Sign in
webkit
/
WebKit
/
c237475210db4fe10d1014ae2954660ab167db05
/
.
/
JSTests
/
es6
/
Unicode_code_point_escapes_in_strings.js
blob: 88d5abe3b84f45a0f6cca099e0ad4586c892b0bf [
file
] [
log
] [
blame
]
function
test
()
{
return
'\u{1d306}'
==
'\ud834\udf06'
;
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);