aboutsummaryrefslogtreecommitdiffstats
path: root/tools/node_modules/expresso/deps/jscoverage/tests/javascript/javascript-string.js
blob: 463824a25b5f2844eb362425b1554946db361de7 (plain)
1
2
3
4
5
6
7
8
9
10
11
x = "";
x = '';
x = "x";
x = 'x';
x = "\"";
x = '\'';
x = "\b\t\n\v\f\r\"\'\\";
x = new RegExp('x\\(\\)\\\\\\/');

x = 'foo\
bar';