• Home
  • History
  • Annotate
  • only in /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
NameDateSize

..29-Aug-20174 KiB

bom.py29-Aug-201737

crlf.py29-Aug-201750

different_encoding.py29-Aug-2017230

fixers/29-Aug-20174 KiB

infinite_recursion.py29-Aug-201793.5 KiB

py2_test_grammar.py29-Aug-201731.2 KiB

py3_test_grammar.py29-Aug-201730.6 KiB

README29-Aug-2017410

README

1In this directory:
2- py2_test_grammar.py -- test file that exercises most/all of Python 2.x's grammar.
3- py3_test_grammar.py -- test file that exercises most/all of Python 3.x's grammar.
4- infinite_recursion.py -- test file that causes lib2to3's faster recursive pattern matching
5  scheme to fail, but passes when lib2to3 falls back to iterative pattern matching.
6- fixes/ -- for use by test_refactor.py
7