From c5ffb6e1cc9c5ff880d037c53b8ebc8562be0008 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 25 May 2015 22:27:19 -0700 Subject: 1459 --- html/073scenario_screen_test.mu.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'html/073scenario_screen_test.mu.html') diff --git a/html/073scenario_screen_test.mu.html b/html/073scenario_screen_test.mu.html index 3213a549..21f384fa 100644 --- a/html/073scenario_screen_test.mu.html +++ b/html/073scenario_screen_test.mu.html @@ -2,7 +2,7 @@ -~/Desktop/s/mu/073scenario_screen_test.mu +073scenario_screen_test.mu @@ -13,6 +13,7 @@ pre { white-space: pre-wrap; font-family: monospace; color: #d0d0d0; background-color: #000000; } body { font-family: monospace; color: #d0d0d0; background-color: #000000; } * { font-size: 1em; } +.muScenario { color: #00af00; } .Comment { color: #8080ff; } .Constant { color: #008080; } .Special { color: #ff6060; } @@ -29,7 +30,7 @@ body { font-family: monospace; color: #d0d0d0; background-color: #000000; }
 # To check our support for screens in scenarios, rewrite tests from print.mu
 
-scenario print-character-at-top-left2 [
+scenario print-character-at-top-left2 [
   assume-screen 3:literal/width, 2:literal/height
   run [
     screen:address <- print-character screen:address, 97:literal  # 'a'
@@ -40,7 +41,7 @@ scenario print-character-at-top-left2 [
   ]
 ]
 
-scenario clear-line-erases-printed-characters2 [
+scenario clear-line-erases-printed-characters2 [
   assume-screen 5:literal/width, 3:literal/height
   run [
     # print a character
-- 
cgit 1.4.1-2-gfad0