From 9e751bb8c0cdf771d34c839cb6591d892b8e62de Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 7 Mar 2017 01:41:48 -0800 Subject: 3761 --- html/083scenario_screen_test.mu.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 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 7b2bb361..917110d4 100644 --- a/html/083scenario_screen_test.mu.html +++ b/html/083scenario_screen_test.mu.html @@ -15,11 +15,12 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color a { text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.Conceal { color: #4e4e4e; } +.muScenario { color: #00af00; } .Special { color: #c00000; } .Comment { color: #9090ff; } .Constant { color: #00a0a0; } .LineNr { color: #444444; } -.muScenario { color: #00af00; } --> @@ -60,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:&:screen <- print screen:&:screen, a + 7 ¦ a:char <- copy 97/a + 8 ¦ screen:&:screen <- print screen:&:screen, a 9 ] 10 screen-should-contain [ -11 .a . -12 . . +11 ¦ .a . +12 ¦ . . 13 ] 14 ] 15 @@ -78,12 +79,12 @@ if ('onhashchange' in window) { 22 # move cursor to start of line 23 screen:&:screen <- move-cursor screen:&:screen, 0/row, 0/column 24 run [ -25 screen:&:screen <- clear-line screen:&:screen +25 ¦ screen:&:screen <- clear-line screen:&:screen 26 ] 27 screen-should-contain [ -28 . . -29 . . -30 . . +28 ¦ . . +29 ¦ . . +30 ¦ . . 31 ] 32 ] -- cgit 1.4.1-2-gfad0