]
George Gastaldi updated FORGE-1966:
-----------------------------------
Component/s: Windows
The text addon tests fail on Windows
------------------------------------
Key: FORGE-1966
URL:
https://issues.jboss.org/browse/FORGE-1966
Project: Forge
Issue Type: Bug
Components: Text, Windows
Affects Versions: 2.8.0.Final
Environment: Windows
Reporter: Ivan St. Ivanov
Assignee: Ivan St. Ivanov
Fix For: 3.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).