diff options
author | Go MAEDA <maeda@farend.jp> | 2019-05-04 09:32:05 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-05-04 09:32:05 +0000 |
commit | 400e1ca2ffffa9f2d4383e30c8c2c0e0b02c964b (patch) | |
tree | 1340bca4491732e86abb8f22039c1673292f6945 /test/fixtures/files | |
parent | cff50a591533bcc66588baaa555bb2790cc6d9fc (diff) | |
download | redmine-400e1ca2ffffa9f2d4383e30c8c2c0e0b02c964b.tar.gz redmine-400e1ca2ffffa9f2d4383e30c8c2c0e0b02c964b.zip |
Attachment preview does not work for some source files such as JavaScript and Go (#29259).
Patch by Go MAEDA with the help of Stephan Wenzel's contribution.
git-svn-id: http://svn.redmine.org/redmine/trunk@18122 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/files')
-rw-r--r-- | test/fixtures/files/hello.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixtures/files/hello.js b/test/fixtures/files/hello.js new file mode 100644 index 000000000..c0380dc44 --- /dev/null +++ b/test/fixtures/files/hello.js @@ -0,0 +1 @@ +document.write('Hello, World!'); |