assemblyscript-regex icon indicating copy to clipboard operation
assemblyscript-regex copied to clipboard

Run the unit tests in TypeScript mode as well as WebAssembly / AssemblyScript

Open ColinEberhardt opened this issue 4 years ago • 1 comments

In order to ease development I'd like to always ensure that this project works equally well as TypeScript. A good way to ensure this is to ruin the unit tests in TS as well as AS. see #5

ColinEberhardt avatar Jan 26 '21 14:01 ColinEberhardt

Currently the following regex (b|a){1,2} correctly matches the entire string ba in AssemblyScript, but only matches the first character in TypeScript mode

ColinEberhardt avatar Feb 03 '21 07:02 ColinEberhardt