mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 21:01:33 +02:00
A few extra cases which should not be treated as html.
This commit is contained in:
@@ -108,7 +108,7 @@ describe "FileStoreController", ->
|
||||
@controller.getFile @req, @res
|
||||
|
||||
# None of these should trigger the iOS/html logic
|
||||
['x.html-is-rad', 'html.pdf', 'bare'].forEach (filename) ->
|
||||
['x.html-is-rad', 'html.pdf', '.html-is-good-for-hidden-files', 'somefile'].forEach (filename) ->
|
||||
describe "with filename as '#{filename}'", ->
|
||||
|
||||
beforeEach ->
|
||||
|
||||
Reference in New Issue
Block a user