about summary refs log tree commit diff stats
path: root/apps/browse
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-08 22:49:52 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-08 22:49:52 -0700
commit8617fa2ff88277476e5d8e547070aac438ba6666 (patch)
tree34e461bf42bd9a4b56f6aa56ac0f74ef9af16412 /apps/browse
parent6b36e4dbc7749addeebe523992e0bcb62ad6b2d5 (diff)
downloadmu-8617fa2ff88277476e5d8e547070aac438ba6666.tar.gz
6761
Diffstat (limited to 'apps/browse')
-rw-r--r--apps/browse/paginated-screen.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/browse/paginated-screen.mu b/apps/browse/paginated-screen.mu
index b0205a8d..44d112ba 100644
--- a/apps/browse/paginated-screen.mu
+++ b/apps/browse/paginated-screen.mu
@@ -161,7 +161,7 @@ fn test-print-grapheme-on-paginated-screen {
   add-grapheme pg, c
   var screen-ah/eax: (addr handle screen) <- get pg, screen
   var screen-addr/eax: (addr screen) <- lookup *screen-ah
-  check-screen-row screen-addr, 1, "a   ", "F - test-print-grapheme-on-paginated-screen"
+  check-screen-row screen-addr, 1, "a", "F - test-print-grapheme-on-paginated-screen"
 }
 
 fn initialize-fake-paginated-screen _self: (addr paginated-screen), nrows: int, ncols: int, page-width: int, top-margin: int, left-margin: int {