summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/project/documents/cached/test.js
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2016-02-27 21:30:07 +0100
committerClaude Paroz <claude@2xlibre.net>2016-03-30 14:34:41 +0200
commitedcecaf0dea718a8fb216df478df0d151a9ba04d (patch)
treec01c92028af6141d4da58ec49ddd12441077d8a0 /tests/staticfiles_tests/project/documents/cached/test.js
parent940b7fd5cbcd743658f741d37b3d7b1766ed1f17 (diff)
Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensions
Thanks Simon Meers for the initial patch, and Tim Graham for the review.
Diffstat (limited to 'tests/staticfiles_tests/project/documents/cached/test.js')
-rw-r--r--tests/staticfiles_tests/project/documents/cached/test.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/staticfiles_tests/project/documents/cached/test.js b/tests/staticfiles_tests/project/documents/cached/test.js
new file mode 100644
index 0000000000..3d1c431aff
--- /dev/null
+++ b/tests/staticfiles_tests/project/documents/cached/test.js
@@ -0,0 +1 @@
+myVar = url("import.css");