Skip to content

Commit

Permalink
Add atob underscore test
Browse files Browse the repository at this point in the history
  • Loading branch information
primoly authored Apr 29, 2024
1 parent e33860c commit c9ae477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/btoa/btoa.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,5 +374,6 @@ export const handler = serveTest(async () => {
throws(() => atob("~~"));
throws(() => atob(".."));
throws(() => atob("--"));
throws(() => atob("__"));
}
});

0 comments on commit c9ae477

Please sign in to comment.