SLING-12805 - Fix unit tests that started failing on Windows

* fixed in normalizeLineEndings by applying extra escaping; it looks like Windows
git checkouts replace \n with \r\n by default now
1 file changed
tree: 445efde8f5fba6f0ec8e2949dc588f1cd99bda65
  1. src/
  2. .asf.yaml
  3. .gitignore
  4. .sling-module.json
  5. bnd.bnd
  6. CODE_OF_CONDUCT.md
  7. CONTRIBUTING.md
  8. Jenkinsfile
  9. LICENSE
  10. pom.xml
  11. README.md
README.md

Apache Sling

Build Status Test Status Coverage Sonarcloud Status JavaDoc Maven Central scripting License

Apache Sling Scripting HTL Java Compiler

This module is part of the Apache Sling project.

The Apache Sling Scripting HTL Java Compiler provides support for transpiling the Abstract Syntax Tree produced by the org.apache.sling.scripting.sightly.compiler module into Java source code.