xref: /freebsd/bin/sh/tests/parser/dollar-quote2.0 (revision c43262580d22b8537aace19582a77027e07f554c)
1# $FreeBSD$
2
3# This depends on the ASCII character set.
4
5[ $'\e' = "$(printf "\033")" ]
6