Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When calling the repoinitparserservice as follows:
repoInitParserService.parse(new StringReader("create path /(sling:redirect)\n")).get(0).asRepoInitString()
The result is:
create path \n
What we expect is:
create path /(sling:redirect)\n