royale-compiler icon indicating copy to clipboard operation
royale-compiler copied to clipboard

CDATA literal text error due to Data Binding, and newlines lost

Open estanglerbm opened this issue 3 years ago • 0 comments

When using CDATA for literals that contain something that looks like data binding (i.e. {sum}), getting error:

Warning: Data binding will not be able to detect assignments to 'sum'.

Also (if you replace the problematic part with normal text), newlines are being lost (Flex preserves them).

TestLiteralsFlex.mxml.txt TestLiterals.mxml.txt

estanglerbm avatar May 18 '22 23:05 estanglerbm