xref
: /
freebsd
/
bin
/
sh
/
tests
/
parser
/
dollar-quote7.0
(revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
set -e
3
4
[ $'\u0024\u0040\u0060' = '$@`' ]
5
[ $'\U00000024\U00000040\U00000060' = '$@`' ]
6