diff options
author | ptmcg <ptmcg@austin.rr.com> | 2019-11-18 23:10:58 -0600 |
---|---|---|
committer | ptmcg <ptmcg@austin.rr.com> | 2019-11-18 23:10:58 -0600 |
commit | 3c6afc4657c3b2e1d5eb122e2d7bb602ba1ce821 (patch) | |
tree | 7aded921e023a6200d6319fcc24218842342d51c /tests/test_examples.py | |
parent | 0b398062710dc00b952636bcf7b7933f74f125da (diff) | |
download | pyparsing-git-3c6afc4657c3b2e1d5eb122e2d7bb602ba1ce821.tar.gz |
Include 2.4.x change notes to CHANGES; add select_parser to unit tests; minor changes to select_parser
Diffstat (limited to 'tests/test_examples.py')
-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 077c617..d18309a 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -29,3 +29,6 @@ class TestExamples(unittest.TestCase): def test_eval_arith(self): self._run("eval_arith") + + def test_select_parser(self): + self._run("select_parser") |