| Index: tests/html/svg_1_test.dart
|
| diff --git a/tests/html/svg_1_test.dart b/tests/html/svg_1_test.dart
|
| index df542546d3081d2c49921c90a4695b7d06d09819..fc8c724fe811a3f356cdc5af6226addb9a159f13 100644
|
| --- a/tests/html/svg_1_test.dart
|
| +++ b/tests/html/svg_1_test.dart
|
| @@ -11,7 +11,7 @@ main() {
|
| test('simpleRect', () {
|
| var div = new Element.tag('div');
|
| document.body.nodes.add(div);
|
| - div.innerHTML = @'''
|
| + div.innerHTML = r'''
|
| <svg id='svg1' width='200' height='100'>
|
| <rect id='rect1' x='10' y='20' width='130' height='40' rx='5'fill='blue'></rect>
|
| </svg>
|
|
|