summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/parser/dollar-quote12.0
blob: 838e27cda70683cc152dff096c501670d4379100 (plain)
1
2
3
4
5
6
7
# $FreeBSD$

# \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" ]
OpenPOWER on IntegriCloud