Fix octal escape in string literal
Add tests
Fix zero escape
Fix zero escape lookahead
Rename variables
Rename helper functions
Refactor match arms
Fix escape line terminator sequence
Fix single character escape
Fix line terminator and escape followed by unicode char
Fix broken tests
Add NonOctalDecimalEscapeSequence
Fix comment
Refactor
Modify error message
Add tests
Rename tests
Add test for error
Add comments for unsafe bytes to str
Update boa/src/syntax/lexer/string.rs
Co-authored-by: tofpie <75836434+tofpie@users.noreply.github.com>
Minor refactor
Remove unsafe bytes to str
Fix panic when reading invalid utf-8 chars
Refactor string literal
Support invalid utf-8 chars in string literal input
Add cook function for template literal
Fix line continuation bug
Add methods for utf16 buffer trait
Add trait comments
Add error message for template literal
Add and fix comments
Hide unused exported function and modify tests
Fix bug
Fix merge bug