aboutsummaryrefslogtreecommitdiffstats
path: root/tools/node_modules/expresso/deps/jscoverage/tests/store-escaped-characters.js
blob: dc8ec36ee7cbd84859eff7402ba571bd11cd2c96 (plain)
1
2
3
4
5
6
7
8
9
10
11
function f() {
	return '\'';
}

function g() {
	return "\"";
}

function h() {
	return '\\';
}