##// END OF EJS Templates
test-command-template: glob out detailed "invalid escape" message...
Yuya Nishihara -
r36653:e80f8a13 default
parent child Browse files
Show More
@@ -36,6 +36,7 b' test-children.t'
36 test-clone-pull-corruption.t
36 test-clone-pull-corruption.t
37 test-clone-r.t
37 test-clone-r.t
38 test-clone-update-order.t
38 test-clone-update-order.t
39 test-command-template.t
39 test-commit-amend.t
40 test-commit-amend.t
40 test-commit-unresolved.t
41 test-commit-unresolved.t
41 test-commit.t
42 test-commit.t
@@ -4438,7 +4438,7 b' Test broken string escapes:'
4438 hg: parse error: trailing \ in string
4438 hg: parse error: trailing \ in string
4439 [255]
4439 [255]
4440 $ hg log -T "\\xy" -R a
4440 $ hg log -T "\\xy" -R a
4441 hg: parse error: invalid \x escape
4441 hg: parse error: invalid \x escape* (glob)
4442 [255]
4442 [255]
4443
4443
4444 json filter should escape HTML tags so that the output can be embedded in hgweb:
4444 json filter should escape HTML tags so that the output can be embedded in hgweb:
General Comments 0
You need to be logged in to leave comments. Login now