[test] Correct doc comment
This commit is contained in:
parent
eef1db72da
commit
474bbf6964
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ def test_lr0_lr0():
|
||||||
|
|
||||||
|
|
||||||
def test_all_generators():
|
def test_all_generators():
|
||||||
"""An LR0 grammar should work with an LR0 generator."""
|
"""This grammar should work with everything honestly."""
|
||||||
|
|
||||||
class G(Grammar):
|
class G(Grammar):
|
||||||
start = "E"
|
start = "E"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue