We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67bde17 commit 0a6f62eCopy full SHA for 0a6f62e
tests/_9.test
@@ -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