##// END OF EJS Templates
py3: use bytes literal in test-hgweb-json.t...
Gregory Szorc -
r40193:a8be6133 default
parent child Browse files
Show More
@@ -2201,7 +2201,7 b" Commit message with Japanese Kanji 'Noh'"
2201 Commit message with null character
2201 Commit message with null character
2202
2202
2203 $ echo foo >> da/foo
2203 $ echo foo >> da/foo
2204 >>> open('msg', 'wb').write('commit with null character: \0\n') and None
2204 >>> open('msg', 'wb').write(b'commit with null character: \0\n') and None
2205 $ hg ci -l msg
2205 $ hg ci -l msg
2206 $ rm msg
2206 $ rm msg
2207
2207
General Comments 0
You need to be logged in to leave comments. Login now