notepad-plus-plus/lexilla/test/examples/bash/Issue180.bsh

8 lines
79 B
Plaintext

echo '$'
echo "$"
echo "$"
echo "$"x""
echo x$'\t'y
echo "x$'\t'y"
echo "x\ty"