1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-05-06 04:12:15 +00:00
assemblyscript/tests/parser/regexp.ts.fixture.ts

7 lines
157 B
TypeScript
Raw Normal View History

/(abc)\//ig;
/(abc)\//;
let re = /(abc)\//ig;
let noRe = !/(abc)\//i;
b / ig;
// ERROR 1161: "Unterminated regular expression literal." in regexp.ts @ 75,76