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

Unified Diff: tests/html/client_rect_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 | « no previous file | tests/html/hidden_dom_1_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/client_rect_test.dart
diff --git a/tests/html/client_rect_test.dart b/tests/html/client_rect_test.dart
index b1bd89a52c957764b922e644e6b1a87a1d9a2d0b..580f41d5fcc7544eebc90294cd474ced3cc9bfcb 100644
--- a/tests/html/client_rect_test.dart
+++ b/tests/html/client_rect_test.dart
@@ -7,7 +7,7 @@ main() {
insertTestDiv() {
var element = new Element.tag('div');
- element.innerHTML = @'''
+ element.innerHTML = r'''
A large block of text should go here. Click this
block of text multiple times to see each line
highlight with every click of the mouse button.
« no previous file with comments | « no previous file | tests/html/hidden_dom_1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698