Sign in
chromium
/
chromium
/
src
/
e56ee73b51a20cb3aed067ff2693b8703d577400
/
.
/
third_party
/
blink
/
web_tests
/
fast
/
encoding
/
resources
/
yentestexternal2.js
blob: a6db72b289265824d70e4c5381e4f6cf5b0d7313 [
file
] [
log
] [
blame
]
function
writeYenExternal
()
{
document
.
write
(
"two backslashes external: \\ <br>"
);
document
.
write
(
"one backslash external: \ <br>"
);
}