From 76acf2b00e5fb265f1b64b2194367d2848afe400 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 30 May 2015 11:12:35 -0700 Subject: 1513 - final repl test was never failing I'm still having trouble with prematurely closed strings or strings never being closed. Remember that when escaping brackets inside scenarios you usually need two levels of escaping. The single-level is a no-op and usually misleading. When brackets balance, don't bother escaping. When they don't, escape twice. --- repl.mu | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/repl.mu b/repl.mu index 383aa406..1e95e7bf 100644 --- a/repl.mu +++ b/repl.mu @@ -550,7 +550,7 @@ scenario read-instruction-cancel-string-on-backspace [ scenario read-instruction-cancel-string-inside-string-on-backspace [ assume-screen 30:literal/width, 5:literal/height - assume-keyboard [\[a\[b\]<<