Skip to content

Commit

Permalink
DIRECTOR: Lingo: Fix loop test
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Aug 3, 2016
1 parent 5e99a98 commit 903f57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/director/lingo/tests/loops.lingo
@@ -1,5 +1,5 @@
set x = 5
if x <= 5 then set x = 6 end if
if x <= 5 then set x = 6
if (x = 5) then
set x = 7 -- this is comment
else
Expand Down

0 comments on commit 903f57a

Please sign in to comment.