Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Test indenting in weird ways works.
  • Loading branch information
pmurias committed Jun 21, 2016
1 parent ff58c63 commit 5b005a2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions t/indent.t
@@ -0,0 +1,12 @@
print("1..6")
if 1:
print("ok 1")
print("ok 2")

if 1:
print("ok 3")
print("ok 4")
if 1:
print("ok 5");
# comments don't count
print("ok 6");

0 comments on commit 5b005a2

Please sign in to comment.