Updated test data

This commit is contained in:
Andrey Vlasovskikh
2015-09-08 12:25:10 +03:00
parent d616d70c50
commit 4439b41170
+4 -4
View File
@@ -13,16 +13,16 @@ async = 1
<error descr="Indent expected">d</error>ef <info descr="null">regular</info>(<info descr="null">xs</info>):
<info descr="null">async</info> def <info descr="null">quux</info>():
async for x in xs:
<info descr="null">async</info> for x in xs:
pass
async with xs:
<info descr="null">async</info> with xs:
pass
async for x in xs:
<info descr="null">async</info> for x in xs:
pass
async with xs:
async<error descr="End of statement expected"> </error>with <info descr="null">xs</info>:
pass
return async