added few more test cases
This commit is contained in:
parent
6fdda85ae6
commit
c548018b7c
1 changed files with 9 additions and 0 deletions
|
@ -17,3 +17,12 @@
|
||||||
|
|
||||||
echo a###b
|
echo a###b
|
||||||
echo a# #b
|
echo a# #b
|
||||||
|
|
||||||
|
echo #
|
||||||
|
echo \#
|
||||||
|
|
||||||
|
echo '#'
|
||||||
|
echo "#"
|
||||||
|
|
||||||
|
echo '\#'
|
||||||
|
echo "\#"
|
||||||
|
|
Loading…
Reference in a new issue