about summary refs log tree commit diff stats
path: root/subx/apps/hex.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/apps/hex.subx')
-rw-r--r--subx/apps/hex.subx30
1 files changed, 11 insertions, 19 deletions
diff --git a/subx/apps/hex.subx b/subx/apps/hex.subx
index 08aff7e5..536bb65d 100644
--- a/subx/apps/hex.subx
+++ b/subx/apps/hex.subx
@@ -1515,25 +1515,17 @@ _test-error-stream:
     0/imm32
     # current read index
     0/imm32
-    # length
-    0x80/imm32
-    # data
-    00 00 00 00 00 00 00 00  # 8 bytes
-    00 00 00 00 00 00 00 00  # 8 bytes
-    00 00 00 00 00 00 00 00  # 8 bytes
-    00 00 00 00 00 00 00 00  # 8 bytes
-    00 00 00 00 00 00 00 00  # 8 bytes
-    00 00 00 00 00 00 00 00  # 8 bytes
-    00 00 00 00 00 00 00 00  # 8 bytes
-    00 00 00 00 00 00 00 00  # 8 bytes
-    00 00 00 00 00 00 00 00  # 8 bytes
-    00 00 00 00 00 00 00 00  # 8 bytes
-    00 00 00 00 00 00 00 00  # 8 bytes
-    00 00 00 00 00 00 00 00  # 8 bytes
-    00 00 00 00 00 00 00 00  # 8 bytes
-    00 00 00 00 00 00 00 00  # 8 bytes
-    00 00 00 00 00 00 00 00  # 8 bytes
-    00 00 00 00 00 00 00 00  # 8 bytes
+    # line
+    0x80/imm32  # 128 bytes
+    # data (8 lines x 16 bytes/line)
+    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 
 # a test buffered file for _test-error-stream
 _test-error-buffered-file: