Chromium Code Reviews| Index: tests/corelib/string_replace_dollar_test.dart |
| =================================================================== |
| --- tests/corelib/string_replace_dollar_test.dart (revision 12867) |
| +++ tests/corelib/string_replace_dollar_test.dart (working copy) |
| @@ -3,7 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| main() { |
| - String jsText = @"""'$' |
| + String jsText = r"""'$' |
| """; |
| String htmlStr = '%%DART'; |
| String htmlOut = htmlStr.replaceAll("%%DART", jsText); |