about summary refs log tree commit diff stats
path: root/subx/056trace.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/056trace.subx')
-rw-r--r--subx/056trace.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/subx/056trace.subx b/subx/056trace.subx
index cc245e3f..c1105b15 100644
--- a/subx/056trace.subx
+++ b/subx/056trace.subx
@@ -984,7 +984,7 @@ _test-stream-line-ABABA:
     # length
     8/imm32
     # data
-    41 42 41 42 41 0A 00 00  # 8 bytes
+    41 42 41 42 41 0a 00 00  # 8 bytes
 
 _test-stream-empty:
     # write
@@ -1004,6 +1004,6 @@ _test-stream-filled:
     # length
     8/imm32
     # data
-    41 41 41 41 0A 41 41 41  # 8 bytes
+    41 41 41 41 0a 41 41 41  # 8 bytes
 
 # . . vim:nowrap:textwidth=0