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 1c250eb30 ASTokenFormatter: fix ignored implicit semicolon becoming 
null
     new 5d8d82528 formatter: tests for semicolons option
     new 328e0de16 formatter: tests for + as positive operator instead of add
     new 17b502a1f formatter: filter out more warnings
     new a757556d8 ASTokenFormatter: handle comments before else when not 
inserting new line
     new 9241f0f38 ASTokenFormatter: fix some issues with unary and arithmetic 
operators

The 5 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:
 .../apache/royale/formatter/ASTokenFormatter.java  |  59 ++++--
 .../org/apache/royale/formatter/FORMATTER.java     |  17 +-
 .../royale/formatter/TestArithmeticOperators.java  | 200 +++++++++++++++++++
 .../royale/formatter/TestDecrementOperator.java    | 176 ++++++++++++++++
 .../apache/royale/formatter/TestElseStatement.java |  61 ++++++
 .../royale/formatter/TestIncrementOperator.java    | 222 +++++++++++++++++++++
 .../apache/royale/formatter/TestNumberLiteral.java |  80 ++++++++
 .../{TestXML.java => TestSemicolons.java}          |  38 ++--
 8 files changed, 822 insertions(+), 31 deletions(-)
 copy formatter/src/test/java/org/apache/royale/formatter/{TestXML.java => 
TestSemicolons.java} (77%)

Reply via email to