This commit is contained in:
Jason Turner
2012-05-21 10:17:33 -06:00
5 changed files with 55 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
var x = 3 +
4
assert_equal(x, 7);

View File

@@ -0,0 +1,2 @@
var x = 4;
assert_equal(x < 3 ? 4 < 1 : 5 > 3, true);