From 90560d7194f3e451ddab9d4033c98d2e6aec977b Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 23 Aug 2015 10:19:23 -0700 Subject: 2062 --- html/073scenario_screen_test.mu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 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 71c878ca..aa6f42b9 100644 --- a/html/073scenario_screen_test.mu.html +++ b/html/073scenario_screen_test.mu.html @@ -30,7 +30,7 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; }
 # To check our support for screens in scenarios, rewrite tests from print.mu
 
-scenario print-character-at-top-left2 [
+scenario print-character-at-top-left-2 [
   assume-screen 3/width, 2/height
   run [
     screen:address <- print-character screen:address, 97/a
@@ -41,7 +41,7 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; }
   ]
 ]
 
-scenario clear-line-erases-printed-characters2 [
+scenario clear-line-erases-printed-characters-2 [
   assume-screen 5/width, 3/height
   run [
     # print a character
-- 
cgit 1.4.1-2-gfad0