Add many string features
[normand.git] / tests / pass-str-pre-utf.nt
1 {zoom = 'hello 🦊'}
2
3 u8{zoom}
4 u16be{zoom}
5 u16le{zoom}
6 u32be{zoom}
7 u32le{zoom}
8 ---
9 68 65 6c 6c 6f 20 f0 9f a6 8a 00 68 00 65 00 6c
10 00 6c 00 6f 00 20 d8 3e dd 8a 68 00 65 00 6c 00
11 6c 00 6f 00 20 00 3e d8 8a dd 00 00 00 68 00 00
12 00 65 00 00 00 6c 00 00 00 6c 00 00 00 6f 00 00
13 00 20 00 01 f9 8a 68 00 00 00 65 00 00 00 6c 00
14 00 00 6c 00 00 00 6f 00 00 00 20 00 00 00 8a f9
15 01 00
This page took 0.029915 seconds and 4 git commands to generate.