mangstadt / ez-vcard

A vCard parser library for Java
Other
401 stars 92 forks source link

Fix test on Windows - issue with new line character #63

Closed stonio closed 8 years ago

stonio commented 8 years ago

Fix test on Windows platform by using NEWLINE instead of \n.

codecov-io commented 8 years ago

Current coverage is 80% (diff: 100%)

Merging #63 into master will increase coverage by <1%

@@             master        #63   diff @@
==========================================
  Files           207        207          
  Lines          8079       8079          
  Methods           0          0          
  Messages          0          0          
  Branches       1377       1377          
==========================================
+ Hits           6487       6488     +1   
  Misses         1382       1382          
+ Partials        210        209     -1   

Powered by Codecov. Last update 4639361...4e959f0

mangstadt commented 8 years ago

Thank you for catching this.