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

Unified Diff: tests/language/multiline_newline_crlf.dart

Issue 2847793002: Update handling of multiline strings to specification. (Closed)
Patch Set: Work around analyzer bug and update status file. Created 3 years, 7 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
« no previous file with comments | « tests/language/multiline_newline_cr.dart ('k') | tests/language/multiline_newline_lf.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/multiline_newline_crlf.dart
diff --git a/tests/language/multiline_newline_crlf.dart b/tests/language/multiline_newline_crlf.dart
index 64cd255a70d0630031e5b78eb8c0969dff4204c6..c8b78ded6c512e638a48856ca14f552979e34efb 100644
--- a/tests/language/multiline_newline_crlf.dart
+++ b/tests/language/multiline_newline_crlf.dart
@@ -13,3 +13,13 @@ var nonConstantMultilineString = """
a
b
""";
+
+const constantRawMultilineString = r"""
+\a
+\b
+""";
+
+var nonConstantRawMultilineString = r"""
+\a
+\b
+""";
« no previous file with comments | « tests/language/multiline_newline_cr.dart ('k') | tests/language/multiline_newline_lf.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698