Repair examples

This commit is contained in:
Tony Garnock-Jones 2023-06-27 22:27:41 +02:00
parent 775741f944
commit 6f085a7192
1 changed files with 6 additions and 5 deletions

View File

@ -184,11 +184,12 @@ For example,
Value Ref (64-bit) Buf (hex bytes)
----------------------------------------- ---------------- ----------------
"" 0000000000000002 -
#"" 0000000000000011 -
|| 0000000000000012 -
"Hello" 48656C6C6F0000A2 -
#"a\0a" 6100610000000071 -
"" 0000000000000005 -
#"" 0000000000000006 -
|| 0000000000000007 -
"Hello" 00006F6C6C6548A2 -
#"a\0b" 0000000062006171 -
xyz 000000007A797872 -
"Hello, world!" ...............5 0D00000000000000
48656C6C6F2C2077