Browse Source

Activate expand rules reconstructor test (fails)

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.10.0
julienmalard 4 years ago
parent
commit
279c319096
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      tests/test_reconstructor.py

+ 0
- 1
tests/test_reconstructor.py View File

@@ -84,7 +84,6 @@ class TestReconstructor(TestCase):


self.assert_reconstruct(g, code) self.assert_reconstruct(g, code)


@unittest.skip('Not working yet')
def test_expand_rule(self): def test_expand_rule(self):
g = """ g = """
?start: (NL | mult_stmt)* ?start: (NL | mult_stmt)*


Loading…
Cancel
Save