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

Unified Diff: tests/language/multiline_newline_lf.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_crlf.dart ('k') | tests/language/multiline_newline_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/multiline_newline_lf.dart
diff --git a/tests/language/multiline_newline_lf.dart b/tests/language/multiline_newline_lf.dart
index 48b6901890087a1582fa230afe5c168179a53cd6..1775977904d44c1be50dc85eec914ad014851e30 100644
--- a/tests/language/multiline_newline_lf.dart
+++ b/tests/language/multiline_newline_lf.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_crlf.dart ('k') | tests/language/multiline_newline_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698