| Current Path : /usr/tests/bin/sh/parser/ |
| Current File : //usr/tests/bin/sh/parser/dollar-quote12.0 |
# $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" ]