TypeScript/tests/baselines/reference/parserRegularExpression3.js

6 lines
122 B
JavaScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
//// [parserRegularExpression3.ts]
Foo(!/(\\?|&)adurl=/);
//// [parserRegularExpression3.js]
Foo(!/(\\?|&)adurl=/);