freebsd-dev/bin/sh/tests/parser/set-v1.0.stderr
Jilles Tjoelker 84f1891033 sh: Fix set -v and multiline history after r295825.
r295825 erroneously dropped the newline from the input data for 'set -v'
output and multiline history.

Reported by:	vangyzen
2016-02-23 22:44:01 +00:00

6 lines
42 B
Plaintext

one
echo two >&2
two
echo three >&2
three