Browse Source

Removed debug print

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.9.0
julienmalard 4 years ago
parent
commit
797195d8ad
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      tests/test_regex.py

+ 0
- 1
tests/test_regex.py View File

@@ -14,7 +14,6 @@ class TestRegex(unittest.TestCase):
@unittest.skipIf(sys.version_info[0] == 2, 'Unicode and Python 2 do not place nicely together.')
def test_unicode_class(self):
"Tests that character classes from the `regex` module work correctly."
print(sys.version_info)
g = Lark(r"""
?start: NAME
NAME: ID_START ID_CONTINUE*


Loading…
Cancel
Save