From 308a14f85158f1545000499a64bc170d688a0db9 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 10 Jan 2019 18:48:02 -0500 Subject: Import /usr/src/bin/sh from FreeBSD 12.0-RELEASE --- bin/cash/tests/parser/alias15.0 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bin/cash/tests/parser/alias15.0 (limited to 'bin/cash/tests/parser/alias15.0') diff --git a/bin/cash/tests/parser/alias15.0 b/bin/cash/tests/parser/alias15.0 new file mode 100644 index 00000000..ae7af187 --- /dev/null +++ b/bin/cash/tests/parser/alias15.0 @@ -0,0 +1,12 @@ +# $FreeBSD: releng/12.0/bin/sh/tests/parser/alias15.0 261192 2014-01-26 21:19:33Z jilles $ + +f_echoanddo() { + printf '%s\n' "$*" + "$@" +} + +alias echoanddo='f_echoanddo ' +alias alias0='echo test2' +eval 'echoanddo echo test1' +eval 'echoanddo alias0' +exit 0 -- cgit 1.4.1 >
summary refs log tree commit diff
path: root/bin/man1/wat.1 (unfollow)
Commit message (Expand)Author
2019-02-07Add Todo class and parent syntax constraintJune McEnroe