[pypy-svn] r16466 - pypy/dist/lib-python/modified-2.4.1/test

ludal at codespeak.net ludal at codespeak.net
Thu Aug 25 13:07:13 CEST 2005


Author: ludal
Date: Thu Aug 25 13:07:11 2005
New Revision: 16466

Added:
   pypy/dist/lib-python/modified-2.4.1/test/test_parser.py
      - copied, changed from r16456, pypy/dist/lib-python/2.4.1/test/test_parser.py
Log:
 - removed IllegalSyntaxTestCase since it's testing grammatically incorrect parse tree (which cannot ever be produced by the parser)
   represented as tuples fed back to the parser internal.
   it makes no sense to verify this functionnality of the parser module since our parse trees are internally represented as tuples




More information about the Pypy-commit mailing list