Looks good. Roger
On 05/21/2019 09:12 AM, Claes Redestad wrote:
Hi Daniel, On 2019-05-21 12:48, Daniel Fuchs wrote:Hi Claes,Looks good to me.Thanks!But can you add a test for when the malformed sequence is not at the end of a line, and one for when it's not the first character in the value? Something like: checkMalformedUnicodeEscape("b=\\u012xyz\n"); checkMalformedUnicodeEscape("b=x\\u012yz\n"); checkMalformedUnicodeEscape("b=xyz\\u012\n");seems reasonable, updated in-place. /Claes