ConceptLexerParser can how handle UnrecognizedTokens
This commit is contained in:
@@ -311,6 +311,8 @@ def test_i_can_parse_is_a():
|
||||
"concept",
|
||||
"isa number",
|
||||
"name isa",
|
||||
"def",
|
||||
"def concept_name"
|
||||
])
|
||||
def test_i_cannot_parse_invalid_entries(text):
|
||||
parser = DefaultParser()
|
||||
|
||||
Reference in New Issue
Block a user