arithy / packcc

A parser generator for C
Other
349 stars 29 forks source link

Add test for escaped unicode in strings #18

Closed dolik-rce closed 3 years ago

dolik-rce commented 3 years ago

Just for the sake of completeness, I've added a simple test for newly added unicode escapes in strings.

arithy commented 3 years ago

Thanks!