]
George Gastaldi updated FORGE-1966:
-----------------------------------
Fix Version/s: 2.x Future
The text addon tests fail on Windows
------------------------------------
Key: FORGE-1966
URL:
https://issues.jboss.org/browse/FORGE-1966
Project: Forge
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Text
Affects Versions: 2.7.3.Final
Environment: Windows
Reporter: Ivan St. Ivanov
Assignee: Ivan St. Ivanov
Fix For: 2.x Future
When the text addon tests are run on windows, some of them (those for YAML, Groovy,
JavaScript and HTML) fail. The reason for that is that the patterns for some of the
language elements contain the new line characted (\n), while on Windows this is not enough
- you also need carriage return (\r).