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