Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ColinEberhardt opened this issue Jan 26, 2021 · 1 comment
Labels
good first issue Good for newcomers

Comments

@ColinEberhardt
Copy link
Owner

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 ColinEberhardt added the good first issue Good for newcomers label Jan 26, 2021
@ColinEberhardt
Copy link
Owner Author

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 added a commit that referenced this issue Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant