Skip to content

Commit 0a6f62e

Browse files
committed
add disabled test for #9
1 parent 67bde17 commit 0a6f62e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/_9.test

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# https://github.com/simonmichael/shelltestrunner/issues/9
2+
# \n should be passed as-is to echo.
3+
# Fails on my mac or travis, but apparently succeeds on another machine..
4+
echo 'a\nb'
5+
>>>
6+
a\nb
7+
>>>2
8+
>>>=0

0 commit comments

Comments
 (0)