##// 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 test-children.t
36 36 test-clone-pull-corruption.t
37 37 test-clone-r.t
38 38 test-clone-update-order.t
39 test-command-template.t
39 40 test-commit-amend.t
40 41 test-commit-unresolved.t
41 42 test-commit.t
@@ -4438,7 +4438,7 Test broken string escapes:
4438 4438 hg: parse error: trailing \ in string
4439 4439 [255]
4440 4440 $ hg log -T "\\xy" -R a
4441 hg: parse error: invalid \x escape
4441 hg: parse error: invalid \x escape* (glob)
4442 4442 [255]
4443 4443
4444 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