Skip to content

test: separate the test fixtures between ICU and URL

Rodrigo Muino Tomonari requested to merge github/fork/Leko/split-fixtures into master

We need to separate the fixtures between ICU and WPT URL to update the WPT fixtures. Since ICU and URL isn't the same implementation and they also follow different specifications. We shouldn't use the URL's fixture for ICU's toASCII.

For now, I duplicated the fixture to a new file.

Refs: https://github.com/nodejs/node/pull/33770#issuecomment-680853608

cc: @watilde

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading