##// END OF EJS Templates
tests: write commit message using file I/O...
Gregory Szorc -
r41602:c67f55b0 default
parent child Browse files
Show More
@@ -2196,7 +2196,8 b" Error page shouldn't crash"
2196 Commit message with Japanese Kanji 'Noh', which ends with '\x5c'
2196 Commit message with Japanese Kanji 'Noh', which ends with '\x5c'
2197
2197
2198 $ echo foo >> da/foo
2198 $ echo foo >> da/foo
2199 $ HGENCODING=cp932 hg ci -m `"$PYTHON" -c 'print("\x94\x5c")'`
2199 >>> open('msg', 'wb').write(b'\x94\x5c\x0a') and None
2200 $ HGENCODING=cp932 hg ci -l msg
2200
2201
2201 Commit message with null character
2202 Commit message with null character
2202
2203
General Comments 0
You need to be logged in to leave comments. Login now