diff options
Diffstat (limited to '')
-rw-r--r-- | test/bashisms/comments-in-quoted-strings1.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/bashisms/comments-in-quoted-strings1.sh b/test/bashisms/comments-in-quoted-strings1.sh new file mode 100644 index 0000000..36d4bd8 --- /dev/null +++ b/test/bashisms/comments-in-quoted-strings1.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +echo 's#/##g +s# #/#' + +echo ' +' # foo() {} " |