##// END OF EJS Templates
templater: fix invalid reference of runsymbol in doctest...
Yuya Nishihara -
r37002:4b744c7b default
parent child Browse files
Show More
@@ -402,7 +402,7 b' def _buildfuncargs(exp, context, curmeth'
402 """Compile parsed tree of function arguments into list or dict of
402 """Compile parsed tree of function arguments into list or dict of
403 (func, data) pairs
403 (func, data) pairs
404
404
405 >>> context = engine(lambda t: (runsymbol, t))
405 >>> context = engine(lambda t: (templateutil.runsymbol, t))
406 >>> def fargs(expr, argspec):
406 >>> def fargs(expr, argspec):
407 ... x = _parseexpr(expr)
407 ... x = _parseexpr(expr)
408 ... n = getsymbol(x[1])
408 ... n = getsymbol(x[1])
General Comments 0
You need to be logged in to leave comments. Login now