Skip to content

Commit bf76aa7

Browse files
committed
fix
1 parent d458c8a commit bf76aa7

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/tests/sourcemaps/samples/css-injected-map

1 file changed

+1
-1
lines changed

packages/svelte/tests/sourcemaps/samples/css-injected-map/_config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default test({
3030
async test({ assert, code_client }) {
3131
// Check that the css source map embedded in the js is accurate
3232
const match = code_client.match(
33-
/code: "(.*?)(?:\\n\/\*# sourceMappingURL=data:(.*?);charset=(.*?);base64,(.*?) \*\/)?"/
33+
/code: '(.*?)(?:\\n\/\*# sourceMappingURL=data:(.*?);charset=(.*?);base64,(.*?) \*\/)?'/
3434
);
3535

3636
assert.ok(match);

0 commit comments

Comments
 (0)