test262 icon indicating copy to clipboard operation
test262 copied to clipboard

[import-bytes] add initial tests for import bytes proposal

Open styfle opened this issue 1 month ago • 1 comments

Implements https://github.com/tc39/test262/issues/4647

styfle avatar Nov 09 '25 20:11 styfle

Note, the empty file is failing because fixture files need to contain the string _FIXTURE and these have a dash where they should have an underscore: https://github.com/tc39/test262/blob/main/INTERPRETING.md#modules

ptomato avatar Nov 10 '25 18:11 ptomato