[PATCH] test-hybridencode: more testcases

Adrian Buehlmann adrian at cadifra.com
Wed Aug 29 09:30:58 CDT 2012


On 2012-08-29 16:19, Adrian Buehlmann wrote:
> +print "characters in ASCII code range 0..31"
> +show('data/\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f'
> +          '\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f')
> +
> +print "characters in ASCII code range 126..256 (only partially tested)"

should be:                                    255

(bug in comment)


More information about the Mercurial-devel mailing list