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