freebsd-nq/bin/sh/tests
Jilles Tjoelker 29988d0ef0 sh: Allow unquoted newlines in word in ${param+word} etc.
POSIX requires accepting unquoted newlines in word in parameter expansions
like ${param+word}, ${param#word}, although the Bourne shell did not support
it, it is not commonly used and might make it harder to find a missing
closing brace.

It was also strange that something like

foo="${bar#
}"

was rejected.

Reported by:	Martijn Dekker via Robert Elz
2018-05-20 17:25:52 +00:00
..
builtins
errors
execution
expansion sh: Allow unquoted newlines in word in ${param+word} etc. 2018-05-20 17:25:52 +00:00
invocation
parameters
parser sh: Test that backslash-newline within single-quotes is not special 2018-05-11 21:56:01 +00:00
set-e
functional_test.sh
Makefile
Makefile.depend