-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
test: changes to test/parallel/test-querystring.js #12661
Conversation
There are a lot of whitespace changes in the diff which can be ignored appending |
Hi, this error during
|
@lukaszewczak That’s just the CI infrastructure being a bit problematic sometimes, don’t worry about it. :) |
Uff :-) Thank you @addaleax for quick replay. |
Landed in 42958d1 and fixed up linter errors while landing, thanks for the PR! |
- change URIError constructor to regular expression in assert.throws - use block-scope for tests that spans multiple statements PR-URL: #12661 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: David Cai <[email protected]>
- change URIError constructor to regular expression in assert.throws - use block-scope for tests that spans multiple statements PR-URL: nodejs#12661 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: David Cai <[email protected]>
- change URIError constructor to regular expression in assert.throws - use block-scope for tests that spans multiple statements PR-URL: #12661 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: David Cai <[email protected]>
- change URIError constructor to regular expression in assert.throws - use block-scope for tests that spans multiple statements PR-URL: #12661 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: David Cai <[email protected]>
Change URIError constructor to regular expression in assert.throws and use block-scope for tests that spans multiple statements
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
test