fixing weepy's comment scenario

This commit is contained in:
Jeremy Ashkenas
2010-01-05 23:15:32 -05:00
parent 001e42b85c
commit 0275e7775f
2 changed files with 8 additions and 2 deletions

View File

@@ -1,8 +1,10 @@
# comment
func: =>
# comment
false
false # comment
false
# comment
true
print(func())
print(func())