Chromium Code Reviews| Index: tests/language/bad_raw_string_negative_test.dart |
| diff --git a/tests/language/bad_raw_string_negative_test.dart b/tests/language/bad_raw_string_negative_test.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..93b4c644286a9dc1940277c3dc5df0dcad8ebc10 |
| --- /dev/null |
| +++ b/tests/language/bad_raw_string_negative_test.dart |
| @@ -0,0 +1,4 @@ |
| +main() { |
|
ahe
2014/08/19 09:18:33
Please add a copyright notice:
// Copyright (c) 2
srawlins
2014/08/19 21:08:39
Done.
|
| + print(r' |
| +'); |
| +} |