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 2e643d2c8 formatter: a few more tests
new 00d9cb215 Add raw string literals
new 87b4736da RawASTokenizer: verbatim strings should include backslashes
instead of omitting them (references #222)
new b6f666057 ASParser: remove @ from verbatim strings to turn them into
regular double-quoted strings (references #222)
new 9d715b936 Tests: verbatim string (references #222)
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:
.../royale/compiler/internal/parsing/as/ASParser.g | 2 +-
.../compiler/internal/parsing/as/BaseASParser.java | 17 ++++++++++++
.../internal/parsing/as/RawASTokenizer.lex | 20 +++++++++++---
.../ASVerbatimStringTests.java} | 31 +++++++++++-----------
4 files changed, 50 insertions(+), 20 deletions(-)
copy compiler/src/test/java/{mxml/tags/MXMLStringTagTests.java =>
as/ASVerbatimStringTests.java} (59%)