about summary refs log tree commit diff stats
path: root/082scenario_screen.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-08-13 21:18:53 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-08-13 21:18:53 -0700
commit639922e8691d617862c7c3d46e0d5a4b0a19dd9c (patch)
tree5a4b2bf978bab3e37c9b9ddb2e4c893ccacf0680 /082scenario_screen.cc
parent5a9e3a119d65df1aba8f0d80343310d85b7fbd46 (diff)
downloadmu-639922e8691d617862c7c3d46e0d5a4b0a19dd9c.tar.gz
3178
Diffstat (limited to '082scenario_screen.cc')
-rw-r--r--082scenario_screen.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/082scenario_screen.cc b/082scenario_screen.cc
index e79f66cb..d150ba3a 100644
--- a/082scenario_screen.cc
+++ b/082scenario_screen.cc
@@ -4,6 +4,11 @@
 //: instructions in the scenario. 'screen-should-contain' can check unicode
 //: characters in the fake screen
 
+//: first make sure we don't mangle these functions in other transforms
+:(before "End initialize_transform_rewrite_literal_string_to_text()")
+recipes_taking_literal_strings.insert("screen-should-contain");
+recipes_taking_literal_strings.insert("screen-should-contain-in-color");
+
 :(scenarios run_mu_scenario)
 :(scenario screen_in_scenario)
 scenario screen-in-scenario [