mathiasbynens / he

A robust HTML entity encoder/decoder written in JavaScript.
https://mths.be/he
MIT License
3.45k stars 254 forks source link

Replace comma operator in tests. Add missed semicolons. #65

Closed nathanhammond closed 6 years ago

nathanhammond commented 6 years ago

Ports the comma operator fix from #55.

Closes #55

codecov-io commented 6 years ago

Codecov Report

Merging #65 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #65   +/-   ##
=======================================
  Coverage   96.79%   96.79%           
=======================================
  Files           1        1           
  Lines         156      156           
=======================================
  Hits          151      151           
  Misses          5        5

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 670991a...b4561ee. Read the comment docs.