diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-01-18 11:13:03 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-01-18 11:15:20 -0800 |
commit | aa253cd371753751bbe3e233978407b71ca28526 (patch) | |
tree | 5b6b57cc5d7c0ef7e9b4c6bc1a3bf9290614cf3c | |
parent | 445a1494b793cade004118ad0e71bdbf5a8992da (diff) | |
download | mu-aa253cd371753751bbe3e233978407b71ca28526.tar.gz |
592
-rw-r--r-- | mu.arc.t | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mu.arc.t b/mu.arc.t index e132b598..801609b2 100644 --- a/mu.arc.t +++ b/mu.arc.t @@ -3730,7 +3730,9 @@ ;; --- -(section 100 ; string utilities +(section 100 + +; String utilities (reset) (new-trace "string-new") @@ -4069,6 +4071,7 @@ (when (~memory-contains-array base "-237") (prn "F - converting negative integer to decimal string"))) +; fake screen for tests; prints go to a string (reset) (new-trace "fake-screen-initial") (add-code:readfile "chessboard-cursor.mu") @@ -4095,7 +4098,7 @@ " ")) (prn "F - fake screen starts out with all spaces")) -) ; section 100 for string utilities +) ; section 100 (reset) (new-trace "parse-and-record") |