Skip to content
Snippets Groups Projects
Commit b0119ef2 authored by deuce's avatar deuce
Browse files

Fix SO test when BS is not supported.

parent 2167183f
Branches
Tags
No related merge requests found
......@@ -175,7 +175,7 @@ function test_ctrl(results)
return(console.yesno("Are the previous two lines identical"));
}
else {
console.writeln('\x0e"This is a test\x0fb"');
console.writeln('\x0e"This is a test"\x0f');
return(console.yesno('Does the previous line contain "This is a test"'));
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment