Skip to content

Commit

Permalink
Add test case for #55
Browse files Browse the repository at this point in the history
  • Loading branch information
refi64 committed Nov 23, 2015
1 parent 5d0eb41 commit 877b231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions o.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ T(flow){TI //test flow control
TX("\"abc\"{5}{6}?",D,5)
TX("'a{5}{6}?",D,5)
TX("\"\"{5}{6}?",D,6)
TX("101?",D,0) //issue #55
TX("25{(\\)\\}w",D,0)
TX("25{(\\)\\}w;",D,7)
}
Expand Down

0 comments on commit 877b231

Please sign in to comment.