ballercat / walt

:zap: Walt is a JavaScript-like syntax for WebAssembly text format :zap:
https://ballercat.github.io/walt/
MIT License
4.64k stars 122 forks source link

Fixed newline matching to support Windows and old Mac #154

Closed WalasPrime closed 5 years ago

WalasPrime commented 5 years ago

Just noticed #153 and decided to check it out. All tests worked fine for me and VSCode says all files are already CRLF... But anyway, here's a test that failed before, and a fix that should do the trick.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 176


Totals Coverage Status
Change from base Build 175: 0.0%
Covered Lines: 1896
Relevant Lines: 1896

💛 - Coveralls
ballercat commented 5 years ago

Thanks!