This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
#
# Comments should be ignored
#
: Shell script launcher comment ignore
@ DOS script launcher comment ignore
-option key # end of line comment
+reset imbedded#hash # <- not a comment, thought this is
This\ is' a 'single" token"
And\\\ \''even '\'\""more \""complex
"Backslash chars \n are returned as is"
'regardless \n of quoting'
'Single quote escapes'
\' "'"
"Double quote escapes"
\" '"' "\""
Back\ slash\ escapes
\\ '\' "\\" # NOTE that backslash in single quotes are literial!