blob: 9cd465938a4c0c65cc18402e417d909899386437 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
hush: syntax error: unterminated ${name}
hush: syntax error: unterminated ${name}
hush: syntax error: unterminated ${name}
hush: syntax error: unterminated ${name}
0123456789
1 =||
1:1 =||
1:1:2=||
1::2 =||
1 =|0123|
1:1 =|123|
1:1:2=|12|
1::2 =|01|
f =||
f:1 =||
f:1:2=||
f::2 =||
f =||
f:1 =||
f:1:2=||
f::2 =||
f =|a|
f:1 =||
f:1:2=||
f::2 =|a|
f =|0123456789|
f:1 =|123456789|
f:1:2=|12|
f::2 =|01|
|