diff options
| author | ptmcg <ptmcg@austin.rr.com> | 2023-05-06 20:47:31 -0500 |
|---|---|---|
| committer | ptmcg <ptmcg@austin.rr.com> | 2023-05-06 20:47:31 -0500 |
| commit | 1808ddda12fc6e884db55dac128e4f460790058a (patch) | |
| tree | a3647cd257ba470488d8457f21a6ce051a2d70a0 /tests | |
| parent | fa12321610037188f9043323ad580b922726831d (diff) | |
| download | pyparsing-git-master.tar.gz | |
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_examples.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_examples.py b/tests/test_examples.py index 8e63beb..8137816 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -45,3 +45,6 @@ class TestExamples(unittest.TestCase): def test_lucene_grammar(self): self._run("lucene_grammar") + + def test_range_check(self): + self._run("range_check") |
