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

Unified Diff: tests/compiler/dart2js/unparser_test.dart

Issue 10920066: issue 4817 fixed. Implemented raw strings with 'r' instead of '@' for dart2js (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased. Marked raw_string_test as pass for dart2js-ff and dart2dart Created 8 years, 3 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: tests/compiler/dart2js/unparser_test.dart
diff --git a/tests/compiler/dart2js/unparser_test.dart b/tests/compiler/dart2js/unparser_test.dart
index 26a2678de394622d71375c92a2539db6f154dd32..54bbdf85471e884c379bb307479ff92bacbd2c4c 100644
--- a/tests/compiler/dart2js/unparser_test.dart
+++ b/tests/compiler/dart2js/unparser_test.dart
@@ -21,7 +21,7 @@ testUnparseMember(String member) {
Expect.equals(member, unparse(node));
}
-const coreLib = @'''
+const coreLib = r'''
#library('corelib');
class Object {}
interface bool {}
@@ -40,7 +40,7 @@ class Math {
}
''';
-const ioLib = @'''
+const ioLib = r'''
#library('io');
class Platform {
static int operatingSystem;
« no previous file with comments | « tests/compiler/dart2js/type_inference_test.dart ('k') | tests/compiler/dart2js_extra/literal_string_juxtaposition_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698