We can now use concept sets in BNF definitions
This commit is contained in:
@@ -50,8 +50,6 @@ def test_i_can_parse_from_tokens(text, expected):
|
||||
"foo = 'name"
|
||||
])
|
||||
def test_i_can_detect_error(text):
|
||||
text = "1+"
|
||||
|
||||
parser = PythonParser()
|
||||
res = parser.parse(get_context(), text)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user