This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git.
from 1f6fc36 formatter: preserve minimum whitespace at end of blank lines
inside asdoc <listing> tags
new e18e4e7 formatter: ignore compiler problems that aren't errors
new cc78bac formatter: remove debug console output
new 0755d8f formatter: MXML formatting tweeaks and tests
new f24ff86 formatter: refactor MXML script formatting and format MXML
metadata
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/royale/formatter/FORMATTER.java | 133 +++++++++++++-------
.../royale/formatter/BaseFormatterTests.java | 11 +-
.../apache/royale/formatter/TestMXMLMetadata.java | 137 +++++++++++++++++++++
.../apache/royale/formatter/TestMXMLScript.java | 89 +++++++++++++
.../royale/formatter/TestThrowStatement.java | 6 +-
5 files changed, 327 insertions(+), 49 deletions(-)
create mode 100644
formatter/src/test/java/org/apache/royale/formatter/TestMXMLMetadata.java
create mode 100644
formatter/src/test/java/org/apache/royale/formatter/TestMXMLScript.java