diff options
Diffstat (limited to '301array-equal.subx')
-rw-r--r-- | 301array-equal.subx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/301array-equal.subx b/301array-equal.subx index 7c6281e9..fd46ccb6 100644 --- a/301array-equal.subx +++ b/301array-equal.subx @@ -421,3 +421,12 @@ test-check-array-equal: 89/<- %esp 5/r32/ebp 5d/pop-to-ebp c3/return + +== data + +# length-prefixed string containing just a single space +Space: # (array byte) + # size: int + 1/imm32 + # data + 20/space |