summaryrefslogtreecommitdiff
path: root/corebinutils/sh/tests/parser/dollar-quote8.0
blob: 81dcb9b394f7e038be71a8cc217faca75d7e06bc (plain)
1
2
3
4
5
6
7
8
9
10

[ $'hello\0' = hello ]
[ $'hello\0world' = hello ]
[ $'hello\0'$'world' = helloworld ]
[ $'hello\000' = hello ]
[ $'hello\000world' = hello ]
[ $'hello\000'$'world' = helloworld ]
[ $'hello\x00' = hello ]
[ $'hello\x00world' = hello ]
[ $'hello\x00'$'world' = helloworld ]