Skip to content

Commit

Permalink
Oh no. I done accident
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Thakore committed Feb 13, 2013
1 parent 13eb82c commit e7b5126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/org/moe/parser/IfStatementTestSuite.scala
Expand Up @@ -35,7 +35,7 @@ class IfStatementTestSuite extends FunSuite with BeforeAndAfter with ParserTestU
assert(result.asInstanceOf[MoeUndefObject] === runtime.NativeObjects.getUndef)
}

/bin/bash: :w: command not found
test("... nested if false in if false ") {
val result = interpretCode("if (false) { if ( true ) { 200 } }")
assert(result.asInstanceOf[MoeUndefObject] === runtime.NativeObjects.getUndef)
}
Expand Down

0 comments on commit e7b5126

Please sign in to comment.