summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests/template-literals.js
AgeCommit message (Expand)Author
2022-11-15LibJS: Treat '\\' as an escaped character in template literalsdavidot
2022-08-17LibJS: Allow invalid string in tagged template literalsdavidot
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling