index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
basic
/
bug666448.js
blob: aef626265d25a35c506428f2a69819591c3fcdf0 (
plain
)
1
assertEq(["a"].map(escape)[0], ["a"].map(function(s) {return escape(s);})[0]);