summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2015-11-10 01:10:42 +0000
committerptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2015-11-10 01:10:42 +0000
commit6f38e6ab2aa57a7d1a9ed8dc8d8e39a1f06b4810 (patch)
treec589066d15745032d6d283c84afa37dbd9b05550
parent13cb75b6313b67b0aee7fa0e32cd6527c0a23f0f (diff)
downloadpyparsing-6f38e6ab2aa57a7d1a9ed8dc8d8e39a1f06b4810.tar.gz
Forgot to add new unit test to main test suite
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/trunk@300 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
-rw-r--r--src/unitTests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unitTests.py b/src/unitTests.py
index 520423d..f496be1 100644
--- a/src/unitTests.py
+++ b/src/unitTests.py
@@ -2507,6 +2507,7 @@ def makeTestSuite():
suite.addTest( PopTest() )
suite.addTest( AddConditionTest() )
suite.addTest( PatientOrTest() )
+ suite.addTest( EachWithOptionalWithResultsNameTest() )
suite.addTest( MiscellaneousParserTests() )
if TEST_USING_PACKRAT:
# retest using packrat parsing (disable those tests that aren't compatible)