test262 icon indicating copy to clipboard operation
test262 copied to clipboard

Add tests for Import Text proposal

Open eemeli opened this issue 1 month ago • 2 comments

Filing initially as a draft, as these tests are for the Import Text proposal, which is currently at Stage 0.

eemeli avatar Oct 29 '25 08:10 eemeli

The linter failure seems like it's maybe a bug in its exclusion rules?

/home/runner/work/test262/test262/test/language/import/import-attributes/text-javascript_FIXTURE.js: LICENSE - Invalid Copyright header

Do _FIXTURE files really need a copyright header, if they happen to use .js as their extension?

eemeli avatar Oct 29 '25 08:10 eemeli

Do _FIXTURE files really need a copyright header, if they happen to use .js as their extension?

They may or may not have a bunch of code in them, so yes.

ptomato avatar Oct 29 '25 14:10 ptomato