summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/resources/yentestexternal2.js
blob: a6db72b289265824d70e4c5381e4f6cf5b0d7313 (plain)
1
2
3
4
5
function writeYenExternal()
{
    document.write("two backslashes external: \\ <br>");
    document.write("one backslash external: \ <br>");
}