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

Unified Diff: tests/language/bad_raw_string_negative_test.dart

Issue 340703003: Prevent double reporting on hex, strings, and multiline comments. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Adding a negative_test, removing duplicate error exceptions Created 6 years, 4 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 | « tests/compiler/dart2js/message_kind_helper.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'
+');
+}
« no previous file with comments | « tests/compiler/dart2js/message_kind_helper.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698