From b811364421c8eea0cf06459462cf1fd58184773b Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Thu, 3 Mar 2022 17:28:57 +0000 Subject: Refs #33446 -- Allowed variable whitespace in CSS source map references. Follow up to dc8bb35e39388d41b1f38b6c5d0181224e075f16. The Webpack default is to output CSS source map comments like `/*# sourceMappingURL=main.css.map*/`. Also, Chromium allows tabs. --- tests/staticfiles_tests/project/documents/cached/source_map.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/staticfiles_tests/project/documents/cached/source_map.css') diff --git a/tests/staticfiles_tests/project/documents/cached/source_map.css b/tests/staticfiles_tests/project/documents/cached/source_map.css index dcd65da596..a07d612403 100644 --- a/tests/staticfiles_tests/project/documents/cached/source_map.css +++ b/tests/staticfiles_tests/project/documents/cached/source_map.css @@ -1,2 +1,2 @@ * {outline: 1px solid red;} -/*# sourceMappingURL=source_map.css.map */ +/*# sourceMappingURL=source_map.css.map*/ -- cgit v1.3