SIGN IN SIGN UP

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.
A
Amaury Forgeot d'Arc committed
dfa9b294fac33934547b5f7b7542466c469e6599
Parent: 4f5e298