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

Unified Diff: dart/tests/try/paste_content_rewriting_test.dart

Issue 212533003: Add test for tokenization of 1e (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/try/paste_content_rewriting_test.dart
diff --git a/dart/tests/try/paste_content_rewriting_test.dart b/dart/tests/try/paste_content_rewriting_test.dart
index d51d206de9551d68a47afa71ad52dc7066c601ec..e8cdbad1ea1a9e2358929464327fc91cf6959dd0 100644
--- a/dart/tests/try/paste_content_rewriting_test.dart
+++ b/dart/tests/try/paste_content_rewriting_test.dart
@@ -29,6 +29,7 @@ const Map<String, String> tests = const <String, String> {
'"\$\$"': '"\$\$<DIAGNOSTIC>"<DIAGNOSTIC>\n',
'"\$\$4"': '"\$\$<DIAGNOSTIC>4<DIAGNOSTIC>"\n',
'"\$\$4 "': '"\$\$<DIAGNOSTIC>4<DIAGNOSTIC> "\n',
+ '1e': '1<DIAGNOSTIC>e\n',
};
List<Node> queryDiagnosticNodes() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698