From bac0a90443f55c0ba19baac10be250c65a7dd022 Mon Sep 17 00:00:00 2001 From: ckroeper <96486070+ckroeper@users.noreply.github.com> Date: Mon, 17 Mar 2025 05:39:23 -0700 Subject: [PATCH] Update invalid baseFile field for test case Replace test case `sourcesContentNotStringOrNull`'s baseFile field with the correct file `sources-and-sources-content-both-null.js`. --- source-map-spec-tests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-map-spec-tests.json b/source-map-spec-tests.json index bf3dc64..602ba8d 100644 --- a/source-map-spec-tests.json +++ b/source-map-spec-tests.json @@ -101,7 +101,7 @@ { "name": "sourcesContentNotStringOrNull", "description": "Test a source map with a sourcesContent list that has non-string and non-null items", - "baseFile": "sources-not-string-or-null.js", + "baseFile": "sources-content-not-string-or-null.js", "sourceMapFile": "sources-content-not-string-or-null.js.map", "sourceMapIsValid": false },