Skip to content

Commit 34a2078

Browse files
test: update test426-fixtures to 7bfa363225f027f6d49f412923f75950ed69de28
1 parent 6964b53 commit 34a2078

File tree

10 files changed

+24
-7
lines changed

10 files changed

+24
-7
lines changed

test/fixtures/test426/range-mappings-proposal-tests.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@
3636
"sourceMapFile": "invalid-base64-char-2.js.map",
3737
"sourceMapIsValid": false
3838
},
39+
{
40+
"name": "rangeMappingsInvalidVLQZero",
41+
"description": "VLQ of zero is invalid because offsets are 1-based",
42+
"baseFile": "invalid-vlq-zero.js",
43+
"sourceMapFile": "invalid-vlq-zero.js.map",
44+
"sourceMapIsValid": false
45+
},
3946
{
4047
"name": "rangeMappingsOutOfRange",
4148
"description": "Test an invalid range mapping which is outside the mappings length",

test/fixtures/test426/resources/proposals/range-mappings/invalid-vlq-zero.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/test426/resources/proposals/range-mappings/invalid-vlq-zero.js.map

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/test426/resources/proposals/range-mappings/multiple-mappings.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/test426/resources/proposals/range-mappings/newline-semantics.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/test426/resources/proposals/range-mappings/non-full-line-coverage.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/test426/resources/proposals/range-mappings/out-of-range-2.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/test426/resources/proposals/range-mappings/out-of-range.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/test426/resources/proposals/range-mappings/simple.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/test426/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ suite ensures that the Node.js source map implementation conforms to the
77
The [`test/fixtures/test426`](../fixtures/test426/) contains a copy of the set of
88
[Source Map Tests][] suite. The last updated hash is:
99

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

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

0 commit comments

Comments
 (0)