xref: /freebsd-14.2/bin/sh/tests/builtins/echo3.0 (revision d0b2dbfa)
1
2# Not specified by POSIX.
3
4[ "`echo -e 'a\cb' c; echo d`" = "ad" ]
5