We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d458c8a commit bf76aa7Copy full SHA for bf76aa7
packages/svelte/tests/sourcemaps/samples/css-injected-map/_config.js
@@ -30,7 +30,7 @@ export default test({
30
async test({ assert, code_client }) {
31
// Check that the css source map embedded in the js is accurate
32
const match = code_client.match(
33
- /code: "(.*?)(?:\\n\/\*# sourceMappingURL=data:(.*?);charset=(.*?);base64,(.*?) \*\/)?"/
+ /code: '(.*?)(?:\\n\/\*# sourceMappingURL=data:(.*?);charset=(.*?);base64,(.*?) \*\/)?'/
34
);
35
36
assert.ok(match);
0 commit comments