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

Unified Diff: tests/html/hidden_dom_1_test.dart

Issue 10996010: Update tests/html to use r'' strings (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « tests/html/client_rect_test.dart ('k') | tests/html/hidden_dom_2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/hidden_dom_1_test.dart
diff --git a/tests/html/hidden_dom_1_test.dart b/tests/html/hidden_dom_1_test.dart
index 1b687cd366b2d29ace107d3b1715f1cc8389efa3..f2a4597ef0d1d782a610320acfedfa7dc80f75ed 100644
--- a/tests/html/hidden_dom_1_test.dart
+++ b/tests/html/hidden_dom_1_test.dart
@@ -10,7 +10,7 @@ main() {
useHtmlConfiguration();
test('test1', () {
- document.body.elements.add(new Element.html(@'''
+ document.body.elements.add(new Element.html(r'''
<div id='div1'>
Hello World!
</div>'''));
« no previous file with comments | « tests/html/client_rect_test.dart ('k') | tests/html/hidden_dom_2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698