Fixed BNF concept evaluations
This commit is contained in:
@@ -118,7 +118,7 @@ def test_i_can_eval_concept_token():
|
||||
assert evaluated.status
|
||||
assert evaluated.value == "foo"
|
||||
|
||||
# sanity, to make sure that otherwise foo is resolved to '2'
|
||||
# sanity, does not work otherwise
|
||||
parsed = PythonParser().parse(context, "get_context_name(foo)")
|
||||
python_evaluator = PythonEvaluator()
|
||||
python_evaluator.locals["get_context_name"] = get_context_name
|
||||
|
||||
Reference in New Issue
Block a user