lexer: fix encoding 7 bit escape sequences
authorJo-Philipp Wich <jo@mein.io>
Sun, 4 Feb 2018 17:25:04 +0000 (18:25 +0100)
committerJo-Philipp Wich <jo@mein.io>
Sun, 4 Feb 2018 17:25:04 +0000 (18:25 +0100)
commitcd6629fc75787cbfcbec12282bd738373bc46ac6
tree23aafce02905aa13aedcbe001f66817ef53c863d
parent8614470400daf36d9b189d9ea9085ef6e19afd0e
lexer: fix encoding 7 bit escape sequences

A misplaced paren caused escape sequences in the ranges \x00..\x7f,
\u0000..\u007f and \0..\177 to get improperly encoded into the
string buffer.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
lexer.c