Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(376)

Unified Diff: compiler/javatests/com/google/dart/compiler/parser/StringsErrorsNegativeTest.dart

Issue 9414015: Issue 1551. Report error for new-line in single-line raw string. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: compiler/javatests/com/google/dart/compiler/parser/StringsErrorsNegativeTest.dart
diff --git a/compiler/javatests/com/google/dart/compiler/parser/StringsErrorsNegativeTest.dart b/compiler/javatests/com/google/dart/compiler/parser/StringsErrorsNegativeTest.dart
index 9a40bbcf531616c7eae65c7aeec4836c15e200a5..6ab9c15ae54c71801581812de869de85c948ff46 100644
--- a/compiler/javatests/com/google/dart/compiler/parser/StringsErrorsNegativeTest.dart
+++ b/compiler/javatests/com/google/dart/compiler/parser/StringsErrorsNegativeTest.dart
@@ -8,5 +8,7 @@ class StringsWithErrorsTest {
; // added to avoid a cascading failure
x = 'another unterminated string
; // added to avoid a cascading failure
+ x = @'unterminated raw string
+ ; // added to avoid a cascading failure
}
}

Powered by Google App Engine
This is Rietveld 408576698