##// END OF EJS Templates
tests: use [(] instead of \( to avoid warning on py3...
Augie Fackler -
r38105:e504fa63 default
parent child Browse files
Show More
@@ -84,7 +84,7 b' Combining esc with other markups - and h'
84 foo/bar\r (no-eol) (esc)
84 foo/bar\r (no-eol) (esc)
85 #endif
85 #endif
86 $ printf 'foo/bar\rfoo/bar\r'
86 $ printf 'foo/bar\rfoo/bar\r'
87 foo.bar\r \(no-eol\) (re) (esc)
87 foo.bar\r [(]no-eol[)] (re) (esc)
88 foo.bar\r \(no-eol\) (re)
88 foo.bar\r \(no-eol\) (re)
89
89
90 testing hghave
90 testing hghave
General Comments 0
You need to be logged in to leave comments. Login now