From 00639dbd6d023aaba20efa5497988cd730923633 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Fri, 3 Jun 2022 12:04:59 +0100 Subject: Refs #33765 -- Added tests for trailing whitespace in JavaScript source map references. --- .../project/documents/cached/source_map_trailing_whitespace.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/staticfiles_tests/project/documents/cached/source_map_trailing_whitespace.js (limited to 'tests/staticfiles_tests/project/documents/cached/source_map_trailing_whitespace.js') diff --git a/tests/staticfiles_tests/project/documents/cached/source_map_trailing_whitespace.js b/tests/staticfiles_tests/project/documents/cached/source_map_trailing_whitespace.js new file mode 100644 index 0000000000..e15bc402a9 --- /dev/null +++ b/tests/staticfiles_tests/project/documents/cached/source_map_trailing_whitespace.js @@ -0,0 +1,2 @@ +//# sourceMappingURL=source_map.js.map +let a_variable = 1; -- cgit v1.3