get the conditionals to work again

This commit is contained in:
Torsten Ruger
2014-05-08 19:49:15 +03:00
parent b82c2241b7
commit 53a8efaa59
3 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@ class TestConditional < MiniTest::Test
def test_conditional
@string_input = <<HERE
if (0)
if(0)
42
else
667