Changeset 391 for python/trunk/Lib/lib2to3/tests/data
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Lib/lib2to3/tests/data/bom.py
r2 r391 1 1 # coding: utf-8 2 2 print "BOM BOOM!" 3 -
python/trunk/Lib/lib2to3/tests/data/py2_test_grammar.py
r2 r391 317 317 x = 1; pass; del x 318 318 def foo(): 319 # verify stat ments that end with semi-colons319 # verify statements that end with semi-colons 320 320 x = 1; pass; del x; 321 321 foo() -
python/trunk/Lib/lib2to3/tests/data/py3_test_grammar.py
r2 r391 357 357 x = 1; pass; del x 358 358 def foo(): 359 # verify stat ments that end with semi-colons359 # verify statements that end with semi-colons 360 360 x = 1; pass; del x; 361 361 foo()
Note:
See TracChangeset
for help on using the changeset viewer.