wcm-io-frontend / aem-clientlib-generator

Creates configuration files for AEM ClientLibs and synchronizes assets.
Apache License 2.0
62 stars 32 forks source link

Fix failing tests (on windows) caused by newline issue between *nix and windows #22

Closed ifahrentholz closed 4 years ago

ifahrentholz commented 5 years ago

Failing tests are caused by EOL issues between windows and *nix. This issues is resolved by replacing \r\n (windows EOL) with \n (unix EOL)