| 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>'''));
|
|
|