summaryrefslogtreecommitdiff
path: root/corebinutils/sh/tests/parser/dollar-quote12.0
blob: a6207d29a2bade2216792865e619dba6e3d58850 (plain)
1
2
3
4
5
6

# \u without any digits at all remains invalid.
# Our choice is a parse error.

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