From b0119ef234b5f5ea69f54be427aeca21baa62485 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Thu, 12 Feb 2009 10:50:02 +0000 Subject: [PATCH] Fix SO test when BS is not supported. --- exec/termtest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/termtest.js b/exec/termtest.js index 8262492152..365cfa40fa 100644 --- a/exec/termtest.js +++ b/exec/termtest.js @@ -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"')); } }, -- GitLab