Show More
@@ -65,7 +65,7 Windows: \r\n is handled like \n and can | |||||
65 | Combining esc with other markups - and handling lines ending with \r instead of \n: |
|
65 | Combining esc with other markups - and handling lines ending with \r instead of \n: | |
66 |
|
66 | |||
67 | $ printf 'foo/bar\r' |
|
67 | $ printf 'foo/bar\r' | |
68 |
fo |
|
68 | fo?/bar\r (no-eol) (glob) (esc) | |
69 | #if windows |
|
69 | #if windows | |
70 |
$ |
|
70 | $ printf 'foo\\bar\r' | |
71 | foo/bar\r (no-eol) (glob) (esc) |
|
71 | foo/bar\r (no-eol) (glob) (esc) |
General Comments 0
You need to be logged in to leave comments.
Login now