test262 icon indicating copy to clipboard operation
test262 copied to clipboard

Test string whitespace coercion for BigInt values

Open leobalter opened this issue 7 years ago • 1 comments

follow up for #1349

Some related files:

  • test/built-ins/BigInt/constructor-empty-string.js
  • test/built-ins/BigInt/constructor-trailing-leading-spaces.js

leobalter avatar Nov 21 '17 19:11 leobalter

Five years later I've just fixed a bug in our engine that would've been caught by these tests, maybe someone still wants to add them for future implementors :^)

linusg avatar Aug 30 '22 09:08 linusg