From 3d68a0b026e6551e962124f3a1831120dbd553b7 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 30 May 2015 11:38:16 -0700 Subject: 1514 - cleaner way to show backspaces in fake keyboard In the process we now support unicode in all mu strings! --- 072scenario_screen.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '072scenario_screen.cc') diff --git a/072scenario_screen.cc b/072scenario_screen.cc index 7c5de630..29810906 100644 --- a/072scenario_screen.cc +++ b/072scenario_screen.cc @@ -1,7 +1,8 @@ //: Clean syntax to manipulate and check the screen in scenarios. //: Instructions 'assume-screen' and 'screen-should-contain' implicitly create //: a variable called 'screen' that is accessible inside other 'run' -//: instructions in the scenario. +//: instructions in the scenario. 'screen-should-contain' can check unicode +//: characters in the fake screen :(scenarios run_mu_scenario) :(scenario screen_in_scenario) @@ -21,7 +22,6 @@ scenario screen-in-scenario [ ] :(scenario screen_in_scenario_unicode) -# screen-should-contain can check unicode characters in the fake screen scenario screen-in-scenario-unicode-color [ assume-screen 5:literal/width, 3:literal/height run [ -- cgit 1.4.1-2-gfad0