diff --git a/tests/test_grammar.py b/tests/test_grammar.py index ab4834f..7c5b9f2 100644 --- a/tests/test_grammar.py +++ b/tests/test_grammar.py @@ -67,7 +67,7 @@ def test_lr0_lr0(): def test_all_generators(): - """An LR0 grammar should work with an LR0 generator.""" + """This grammar should work with everything honestly.""" class G(Grammar): start = "E"