about summary refs log tree commit diff stats
path: root/sandbox/008-sandbox-test.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-22 11:53:20 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-22 11:53:20 -0800
commitc193f23217142a1ae365485f28cba9e1fb8aed15 (patch)
tree6132c6611dd49494015c819d13bf75f504260fb9 /sandbox/008-sandbox-test.mu
parent7136ddd5ac12d3aa4d516f719dea37a027a25b5a (diff)
downloadmu-c193f23217142a1ae365485f28cba9e1fb8aed15.tar.gz
2474 - overload 'copy' and 'equal' for text
2473 was the final bugfix holding this back.
Diffstat (limited to 'sandbox/008-sandbox-test.mu')
-rw-r--r--sandbox/008-sandbox-test.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/008-sandbox-test.mu b/sandbox/008-sandbox-test.mu
index ce896017..e1a27a69 100644
--- a/sandbox/008-sandbox-test.mu
+++ b/sandbox/008-sandbox-test.mu
@@ -78,7 +78,7 @@ after <render-sandbox-response> [
     break-unless sandbox-response
     expected-response:address:array:character <- get *sandbox, expected-response:offset
     break-unless expected-response  # fall-through to print in grey
-    response-is-expected?:boolean <- text-equal expected-response, sandbox-response
+    response-is-expected?:boolean <- equal expected-response, sandbox-response
     {
       break-if response-is-expected?:boolean
       row, screen <- render screen, sandbox-response, left, right, 1/red, row