diff options
Diffstat (limited to 't/t4018/bash-posix-style-single-command-function')
-rw-r--r-- | t/t4018/bash-posix-style-single-command-function | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/t4018/bash-posix-style-single-command-function b/t/t4018/bash-posix-style-single-command-function new file mode 100644 index 0000000000..398ae1c5d2 --- /dev/null +++ b/t/t4018/bash-posix-style-single-command-function @@ -0,0 +1,3 @@ +RIGHT() echo "hello" + + ChangeMe |