TypeScript/tests/baselines/reference/parserRegularExpression5.js

7 lines
172 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
//// [parserRegularExpression5.ts]
if (a) / (\\ ? | & ) rct = j / .test(c.href);
//// [parserRegularExpression5.js]
if (a)
/ (\\ ? | & ) rct = j /.test(c.href);