summaryrefslogtreecommitdiff
path: root/corebinutils/sh/tests/parser/dollar-quote9.0
blob: 845f8c284326eae506eda655354a84b6f7742675 (plain)
1
2
3
4
5
6
7

# POSIX and C99 say D800-DFFF are undefined in a universal character name.
# We reject this but many other shells expand to something that looks like
# CESU-8.

v=$( (eval ": \$'\uD800'") 2>&1 >/dev/null)
[ $? -ne 0 ] && [ -n "$v" ]