Skip to content

Commit

Permalink
Unit test for unfortunate flow typecast in if test clause
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjohnson committed Sep 5, 2017
1 parent ffb7ddb commit e61679c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
if a~b! c: d
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"throws": "Paren-free test expressions must be followed by braces or a colon. (1:12)"
}

0 comments on commit e61679c

Please sign in to comment.