diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2010-09-10 19:40:52 +0000 |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2010-09-10 19:40:52 +0000 |
commit | dfa9b294fac33934547b5f7b7542466c469e6599 (patch) | |
tree | 3b2b9183ef5de79eeb77bae8905f5ae3b5ae45b4 /Lib/test/test_syntax.py | |
parent | 4f5e298075f512d2ca3376ff35d6710b7317024b (diff) | |
download | cpython-git-dfa9b294fac33934547b5f7b7542466c469e6599.tar.gz |
Use the "if 1:" prefix so that quoted code appears nicely
nested inside the test suite.
def test_me():
exec("""if 1:
...code...
""")
No other change here.
Diffstat (limited to 'Lib/test/test_syntax.py')
0 files changed, 0 insertions, 0 deletions