Re: [PATCH 7/7] [D] libiberty: Refactor and add tests for decoding hexdigits.

2017-04-25 Thread Jeff Law
On 04/15/2017 09:28 AM, Iain Buclaw wrote: Similar to the patch for decoding numbers, puts the handling of character decoding into a designated function with the same style caller interface. Removes one nested level and decoding logic from `dlang_parse_string'. Added some more tests, which brin

[PATCH 7/7] [D] libiberty: Refactor and add tests for decoding hexdigits.

2017-04-15 Thread Iain Buclaw
Similar to the patch for decoding numbers, puts the handling of character decoding into a designated function with the same style caller interface. Removes one nested level and decoding logic from `dlang_parse_string'. Added some more tests, which brings overall coverage of this code to all but 3