We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e60ec70 commit 4e99b36Copy full SHA for 4e99b36
1 file changed
wurst/_handles/primitives/PrimitivesTests.wurst
@@ -45,9 +45,9 @@ function testBoolean()
45
46
@Test
47
function testArrayLength()
48
- let x = [1, 2, 3]
49
- print("length: " + x.length.toString())
50
- x.length.assertEquals(3)
+ let _x = [1, 2, 3]
+ print("length: " + _x.length.toString())
+ _x.length.assertEquals(3)
51
52
53
function testParity()
0 commit comments