-
Notifications
You must be signed in to change notification settings - Fork 462
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
Tests for later base64 changes #4133
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "writes up to error" tests fail on my polyfill, so I'll review those after trying to fix my bug, but otherwise they look OK. omit-padding tests pass for me.
test/built-ins/Uint8Array/prototype/setFromBase64/writes-up-to-error.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
confirmed, once i updated my implementation to match the updated spec, tests all pass.
…-error.js Co-authored-by: Jordan Harband <[email protected]>
Tests for tc39/proposal-arraybuffer-base64#60 and tc39/proposal-arraybuffer-base64#58, which got consensus after the proposal had achieved stage 3 based on user and implementer feedback.
Based on #3994 (which incidentally is ready).