From 61ec86b71928afc4a7b0a9c787ba88d5b4b3040b Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 30 Aug 2021 09:21:52 -0700 Subject: . --- html/502test.mu.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'html/502test.mu.html') diff --git a/html/502test.mu.html b/html/502test.mu.html index 58a642ce..2570c56d 100644 --- a/html/502test.mu.html +++ b/html/502test.mu.html @@ -63,10 +63,10 @@ if ('onhashchange' in window) { 4 compare a, b 5 { 6 break-if-!= - 7 draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, ".", 3/fg/cyan, 0/bg + 7 draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, ".", 3/fg/cyan, 0/bg 8 return 9 } -10 draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, msg, 3/fg/cyan, 0/bg +10 draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, msg, 3/fg/cyan, 0/bg 11 move-cursor-to-left-margin-of-next-line 0/screen 12 count-test-failure 13 } @@ -80,10 +80,10 @@ if ('onhashchange' in window) { 21 compare a, 0/false 22 { 23 break-if-= -24 draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, ".", 3/fg/cyan, 0/bg +24 draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, ".", 3/fg/cyan, 0/bg 25 return 26 } -27 draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, msg, 3/fg/cyan, 0/bg +27 draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, msg, 3/fg/cyan, 0/bg 28 move-cursor-to-left-margin-of-next-line 0/screen 29 count-test-failure 30 } @@ -93,10 +93,10 @@ if ('onhashchange' in window) { 34 compare a, 0/false 35 { 36 break-if-!= -37 draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, ".", 3/fg/cyan, 0/bg +37 draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, ".", 3/fg/cyan, 0/bg 38 return 39 } -40 draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, msg, 3/fg/cyan, 0/bg +40 draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, msg, 3/fg/cyan, 0/bg 41 move-cursor-to-left-margin-of-next-line 0/screen 42 count-test-failure 43 } -- cgit 1.4.1-2-gfad0