summaryrefslogtreecommitdiff
path: root/tests/test_examples.py
diff options
context:
space:
mode:
authorptmcg <ptmcg@austin.rr.com>2023-05-06 20:47:31 -0500
committerptmcg <ptmcg@austin.rr.com>2023-05-06 20:47:31 -0500
commit1808ddda12fc6e884db55dac128e4f460790058a (patch)
treea3647cd257ba470488d8457f21a6ce051a2d70a0 /tests/test_examples.py
parentfa12321610037188f9043323ad580b922726831d (diff)
downloadpyparsing-git-1808ddda12fc6e884db55dac128e4f460790058a.tar.gz
Better formatting in range_check.py example, and added to test_examples.pyHEADmaster
Diffstat (limited to 'tests/test_examples.py')
-rw-r--r--tests/test_examples.py3
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")