summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/builtins/echo2.0
blob: 3eae51bccba69e2c3c7fb8fa28aa70e5300ecc2b (plain) (blame)
1
2
3
4
5
6
7
# $FreeBSD: head/bin/sh/tests/builtins/echo2.0 305305 2016-09-02 21:13:46Z jilles $

# Not specified by POSIX.

a=`echo -e '\a\b\e\f\n\r\t\v\\\\\0041\c'; echo .`
b=`printf '\a\b\033\f\n\r\t\v\\\\!.'`
[ "$a" = "$b" ]