mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
A few extra cases which should not be treated as html.
This commit is contained in:
parent
ebf754904f
commit
23bd5d317c
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ describe "FileStoreController", ->
|
||||||
@controller.getFile @req, @res
|
@controller.getFile @req, @res
|
||||||
|
|
||||||
# None of these should trigger the iOS/html logic
|
# 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}'", ->
|
describe "with filename as '#{filename}'", ->
|
||||||
|
|
||||||
beforeEach ->
|
beforeEach ->
|
||||||
|
|
Loading…
Reference in a new issue