diff options
Diffstat (limited to 't/t4018/sh-function-comment')
-rw-r--r-- | t/t4018/sh-function-comment | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/t/t4018/sh-function-comment b/t/t4018/sh-function-comment new file mode 100644 index 0000000000..f340ee79e4 --- /dev/null +++ b/t/t4018/sh-function-comment @@ -0,0 +1,6 @@ + RIGHT_foo() # echo 'foo' +#bar() +{ + #bar() + ChangeMe; +} |