##// END OF EJS Templates
test-encoding: enable fuzz testing of utf8b roundtrip...
Yuya Nishihara -
r26966:51fa43a3 default
parent child Browse files
Show More
@@ -272,3 +272,14 b' Test roundtrip encoding of lookup tables'
272 0 files updated, 0 files merged, 1 files removed, 0 files unresolved
272 0 files updated, 0 files merged, 1 files removed, 0 files unresolved
273
273
274 $ cd ..
274 $ cd ..
275
276 Test roundtrip encoding/decoding of utf8b for generated data
277
278 #if hypothesis
279
280 >>> from hypothesishelpers import *
281 >>> from mercurial import encoding
282 >>> roundtrips(st.binary(), encoding.fromutf8b, encoding.toutf8b)
283 Round trip OK
284
285 #endif
General Comments 0
You need to be logged in to leave comments. Login now