We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
alasql.utils.uncomment is meant to remove -- something comments, but is not.
-- something
Expected to work:
res = alasql.utils.uncomment('a -- wow\nb'); // res == 'a \nb'
Please update test 221 to show its working by removing the .skip in the first test.
Spawn from the work with #1795
The text was updated successfully, but these errors were encountered:
Can I please work on this?
Sorry, something went wrong.
Yes, please.
I propose you also add a few more tests for the functionality so we know if we are breaking things while fixing.
a55b650
Fix released as part of v4.2.3
vishal6557
No branches or pull requests
alasql.utils.uncomment is meant to remove
-- something
comments, but is not.Expected to work:
Please update test 221 to show its working by removing the .skip in the first test.
Spawn from the work with #1795
The text was updated successfully, but these errors were encountered: