summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests/string-escapes.js
AgeCommit message (Expand)Author
2021-11-30LibJS: Disallow '\8' and '\9' in strict mode due to being octal escapesdavidot
2021-09-30LibJS: Make scoping follow the specdavidot
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling