VueGWT / vue-gwt

Vue.js Components/Custom Elements in Java with GWT. Developed at https://www.genmymodel.com.
https://vuegwt.github.io/vue-gwt/
MIT License
204 stars 46 forks source link

Integration tests break on Windows because of line breaks #38

Closed adrienbaron closed 6 years ago

adrienbaron commented 6 years ago

Integration tests fails on Windows because it uses different kind of line breaks than UNIX systems.

adrienbaron commented 6 years ago

Fixed on develop, tested on Windows and macOS