Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions test/fixtures/test426/range-mappings-proposal-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@
"sourceMapFile": "invalid-base64-char-2.js.map",
"sourceMapIsValid": false
},
{
"name": "rangeMappingsInvalidVLQZero",
"description": "VLQ of zero is invalid because offsets are 1-based",
"baseFile": "invalid-vlq-zero.js",
"sourceMapFile": "invalid-vlq-zero.js.map",
"sourceMapIsValid": false
},
{
"name": "rangeMappingsOutOfRange",
"description": "Test an invalid range mapping which is outside the mappings length",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/test426/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ suite ensures that the Node.js source map implementation conforms to the
The [`test/fixtures/test426`](../fixtures/test426/) contains a copy of the set of
[Source Map Tests][] suite. The last updated hash is:

* <https://github.com/tc39/source-map-tests/commit/3b4503e1dae732c214663edc6c5a1883c00885e3>
* <https://github.com/tc39/source-map-tests/commit/7bfa363225f027f6d49f412923f75950ed69de28>

See the json files in [the `status` folder](./status) for prerequisites,
expected failures, and support status for specific tests.
Expand Down
Loading