Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
fast
/
encoding
/
resources
/
yentestexternal2.js
blob: a6db72b289265824d70e4c5381e4f6cf5b0d7313 [
file
] [
log
] [
blame
]
function
writeYenExternal
()
{
document
.
write
(
"two backslashes external: \\ <br>"
);
document
.
write
(
"one backslash external: \ <br>"
);
}