From 805d58c6aeeeba3e4989c0eed6781b3861e8fae0 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 25 Jan 2018 22:39:31 -0800 Subject: 4199 --- html/083scenario_screen_test.mu.html | 37 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 19 deletions(-) (limited to 'html/083scenario_screen_test.mu.html') diff --git a/html/083scenario_screen_test.mu.html b/html/083scenario_screen_test.mu.html index 0b02262a..185fb7de 100644 --- a/html/083scenario_screen_test.mu.html +++ b/html/083scenario_screen_test.mu.html @@ -16,12 +16,11 @@ a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } .muScenario { color: #00af00; } -.Conceal { color: #4e4e4e; } .LineNr { color: #444444; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .Special { color: #c00000; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } --> @@ -62,12 +61,12 @@ if ('onhashchange' in window) { 4 local-scope 5 assume-screen 3/width, 2/height 6 run [ - 7 ¦ a:char <- copy 97/a - 8 ¦ screen <- print screen, a + 7 a:char <- copy 97/a + 8 screen <- print screen, a 9 ] 10 screen-should-contain [ -11 ¦ .a . -12 ¦ . . +11 .a . +12 . . 13 ] 14 ] 15 @@ -76,16 +75,16 @@ if ('onhashchange' in window) { 18 assume-screen 5/width, 3/height 19 # print a character 20 a:char <- copy 97/a -21 screen <- print screen, a +21 screen <- print screen, a 22 # move cursor to start of line -23 screen <- move-cursor screen, 0/row, 0/column +23 screen <- move-cursor screen, 0/row, 0/column 24 run [ -25 ¦ screen <- clear-line screen +25 screen <- clear-line screen 26 ] 27 screen-should-contain [ -28 ¦ . . -29 ¦ . . -30 ¦ . . +28 . . +29 . . +30 . . 31 ] 32 ] 33 @@ -93,14 +92,14 @@ if ('onhashchange' in window) { 35 local-scope 36 assume-screen 3/width, 2/height 37 run [ -38 ¦ a:char <- copy 97/a -39 ¦ move-cursor screen, 1/row, 2/column -40 ¦ screen <- print screen, a -41 ¦ screen <- print screen, a +38 a:char <- copy 97/a +39 move-cursor screen, 1/row, 2/column +40 screen <- print screen, a +41 screen <- print screen, a 42 ] 43 screen-should-contain [ -44 ¦ . a. -45 ¦ .a . +44 . a. +45 .a . 46 ] 47 ] -- cgit 1.4.1-2-gfad0