summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* properly setting names in testsMax Fischer2021-06-271-12/+12
* cleanupMax Fischer2021-06-261-17/+17
* adjusted example with ambiguous failure caseMax Fischer2021-06-231-1/+1
* explicitly testing tests for LR compatibilityMax Fischer2021-06-221-9/+7
* naive test for existing suiteMax Fischer2021-06-221-0/+20
* renamed bounded to left recursionMax Fischer2021-06-211-1/+1
* added tests for repetition rulesMax Fischer2021-06-211-0/+27
* added base case to unittestMax Fischer2021-06-201-3/+3
* fixed test typosMax Fischer2021-06-201-2/+2
* unittest for empty and non-peg clausesMax Fischer2021-06-201-0/+15
* fixed test typoMax Fischer2021-06-201-1/+1
* added math exampleMax Fischer2021-06-201-0/+46
* tests for associativity and nestingMax Fischer2021-06-201-1/+33
* basic LR unit testMax Fischer2021-06-201-0/+30
* Fix misc. documentation typos (#280)luzpaz2021-05-142-5/+5
* Deprecate `locatedExpr` in favor of new `Located` classptmcg2020-12-241-6/+49
* Add IndentedBlock class; made vertical keyword arg more visible when creating...pyparsing_3.0.0b1ptmcg2020-11-021-15/+64
* ParseResults.List class to support returning an actual list from a parse acti...ptmcg2020-10-242-536/+405
* Issue #244, fixed debug output to indicate correct parse location; updated se...Paul McGuire2020-10-111-8/+72
* Fixed bugs in Each with ZeroOrMore and OneOrMore (first matched element enclo...ptmcg2020-10-111-0/+35
* Convert SyntaxWarnings to ValueError and TypeError exceptions; change diagnos...Paul McGuire2020-08-191-430/+311
* Add '*' markers to debug output to indicate cached parse expression try/pass/...ptmcg2020-08-181-7/+80
* Remove identChars override from Keyword.copy (#233)jgrey42962020-08-161-0/+5
* Better display of single-character WordsPaul McGuire2020-07-301-0/+4
* Add size spec to default Word repr outputPaul McGuire2020-07-301-12/+28
* Docstrings cleanup; add 'encoding' argument to parseFile; additional unit tes...ptmcg2020-07-081-0/+48
* infixNotation unit tests to address missing coverage and features; rename inf...ptmcg2020-07-071-4/+50
* Fixed traceback trimming, and added ParserElement.verbose_traceback save/rest...Paul McGuire2020-06-281-0/+2
* Additional unit testspyparsing_3.0.0a2Paul McGuire2020-06-271-5/+91
* Assert packrat not enabled in base test case; log packrat status and cache ty...Paul McGuire2020-06-271-0/+22
* Blacken test_examples.pyptmcg2020-06-271-1/+1
* Add make_diagram.py to examples to demonstrate creating railroad diags for se...ptmcg2020-06-271-1/+2
* Blackeningptmcg2020-06-261-6/+18
* Restructure unit tests to do proper testing with and without packrat enabledptmcg2020-06-261-11/+26
* Revert to Python 3.7.1 for most compatibility; rewrite explain() unit test to...ptmcg2020-06-261-9/+22
* Modify expected explain string to use Python version-specific TypeErrorptmcg2020-06-251-1/+8
* More thorough ParseException.explain testingptmcg2020-06-251-13/+62
* Add unit tests for miscellaneous ParseException methods/behaviorptmcg2020-06-251-0/+48
* Diagram improvements IV (#225)Michael Milton2020-06-241-4/+14
* Follow-up to default vs custom name tracking, from Issue #223ptmcg2020-06-241-18/+18
* warn_on_assignment_to_Forward not working on PyPy - disable test for now if r...ptmcg2020-06-101-4/+5
* warn_on_assignment_to_Forward not working on PyPy - disable test for now if r...ptmcg2020-06-101-1/+6
* Add new warnings about common errors using Forward: warn_on_parse_using_empty...ptmcg2020-06-091-15/+62
* Additional configuration for `skipWhitespace` and `leaveWhitespace` (#219)Michael Milton2020-06-091-0/+91
* Railroad Diagram Improvements (#220)Michael Milton2020-06-031-0/+18
* Railroad Diagrams (#218)Michael Milton2020-05-311-0/+38
* Add GoToColumn test (#217)Matt Carmody2020-05-311-0/+38
* Add misc unit tests for core elements with missing coverage (#214)Matt Carmody2020-05-181-0/+121
* Imports cleanup in unit tests (#215)Matt Carmody2020-05-171-224/+119
* Added unit test for modified countedArray metadata (#209)ptmcg2020-05-131-0/+61