about summary refs log tree commit diff stats
path: root/subx/051test.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-30 00:16:32 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-30 00:16:32 -0800
commite0ffdcd1a6302355e187553827159fd180680755 (patch)
tree791f24f78684fd12f43387b7dcc58e2b153db9d4 /subx/051test.subx
parent08a0eed699b8ea07d37163aba610c8e04feee003 (diff)
downloadmu-e0ffdcd1a6302355e187553827159fd180680755.tar.gz
4892
Diffstat (limited to 'subx/051test.subx')
-rw-r--r--subx/051test.subx3
1 files changed, 3 insertions, 0 deletions
diff --git a/subx/051test.subx b/subx/051test.subx
index e0b91d17..08d1d6f6 100644
--- a/subx/051test.subx
+++ b/subx/051test.subx
@@ -78,12 +78,15 @@ $check-ints-equal:end:
 
 == data
 
+# length-prefixed string containing just a single newline
+# convenient to have when printing messages and so on
 Newline:
     # size
     01 00 00 00
     # data
     0a/newline
 
+# every test failure increments this counter
 Num-test-failures:
     00 00 00 00