Inserted string validation as separate task in compiler.
A LiteralString that has been validated now has a QuotedString on it that records extra information (string without quotes, quoting style and string length). Later stages expect that QuotedString to be there and the string to be valid. Review URL: https://chromiumcodereview.appspot.com//9271037 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@3650 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
@@ -326,10 +326,6 @@ StringInterpolationTest/01: Fail
|
||||
StringInterpolationTest/none: Fail
|
||||
StringJoinTest: Fail
|
||||
StringTest: Fail
|
||||
StringUnicode1NegativeTest: Fail
|
||||
StringUnicode2NegativeTest: Fail
|
||||
StringUnicode3NegativeTest: Fail
|
||||
StringUnicode4NegativeTest: Fail
|
||||
SuperCallTest: Fail
|
||||
SuperFieldTest: Fail
|
||||
SuperImplicitClosureTest: Fail
|
||||
|
||||
Reference in New Issue
Block a user