Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -178,8 +178,8 @@ public void run() {
"nMOFact", 1,
"res", null);
stepOut();
assertLocation(13, "res = fac(2)\n"
+ " puts res\n" // wrong!?
assertLocation(13, "res = fac(2)" + System.lineSeparator()
+ " puts res" + System.lineSeparator() // wrong!?
+ " res", // wrong!?
"res", 2);

0 comments on commit 344ffb4

Please sign in to comment.