summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/project/documents/cached/source_map_trailing_whitespace.js
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2022-06-03 12:04:59 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-06-03 20:07:35 +0200
commit00639dbd6d023aaba20efa5497988cd730923633 (patch)
treed844b09187660a857b82a588fd55535056135f1d /tests/staticfiles_tests/project/documents/cached/source_map_trailing_whitespace.js
parentd0863429a39dbc99a52a6d781006e7075c743d33 (diff)
Refs #33765 -- Added tests for trailing whitespace in JavaScript source map references.
Diffstat (limited to 'tests/staticfiles_tests/project/documents/cached/source_map_trailing_whitespace.js')
-rw-r--r--tests/staticfiles_tests/project/documents/cached/source_map_trailing_whitespace.js2
1 files changed, 2 insertions, 0 deletions
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;