]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/builtins/echo3.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / builtins / echo3.0
1 # $FreeBSD: head/bin/sh/tests/builtins/echo3.0 305305 2016-09-02 21:13:46Z jilles $
2
3 # Not specified by POSIX.
4
5 [ "`echo -e 'a\cb' c; echo d`" = "ad" ]