comphist / cora

A web-based, token-level annotation tool for non-standard language data
http://www.linguistics.rub.de/comphist/resources/cora/
MIT License
10 stars 6 forks source link

Quote filename in content header for export (fixes #93) #96

Closed mbollmann closed 7 years ago

mbollmann commented 7 years ago

Filenames quoted with double quotes are confirmed to be working in Chrome 58 and Firefox 53.

codecov[bot] commented 7 years ago

Codecov Report

Merging #96 into master will decrease coverage by 0.01%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #96      +/-   ##
============================================
- Coverage     29.69%   29.67%   -0.02%     
  Complexity     1317     1317              
============================================
  Files            63       63              
  Lines          7368     7372       +4     
============================================
  Hits           2188     2188              
- Misses         5180     5184       +4
Flag Coverage Δ Complexity Δ
#backend 51.96% <0%> (-0.05%) 1317 <0> (ø)
#frontend 0.53% <ø> (ø) 0 <ø> (ø) :arrow_down:
Impacted Files Coverage Δ Complexity Δ
src/lib/sessionHandler.php 11.7% <0%> (ø) 171 <0> (ø) :arrow_down:
src/lib/exporter.php 66.66% <0%> (-1.08%) 59% <0%> (ø)
src/lib/connect/SearchQuery.php 0% <0%> (ø) 38% <0%> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b72e040...a592b3e. Read the comment docs.