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

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

Issue 257613003: Update Try Dart to new scanner behavior. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 8 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 | « dart/site/try/src/interaction_manager.dart ('k') | 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 6241885bd888833f94937d84ac2ccc22ce389799..970d6462b69a8abcc8d80284bf7bbb0b8136af8a 100644
--- a/dart/tests/try/paste_content_rewriting_test.dart
+++ b/dart/tests/try/paste_content_rewriting_test.dart
@@ -25,11 +25,11 @@ import '../../pkg/async_helper/lib/async_helper.dart';
const Map<String, String> tests = const <String, String> {
'<span><p>//...</p>}</span>': '//...\n}\n',
'someText': 'someText\n',
- '"\$"': '"\$"<DIAGNOSTIC>\n',
- '"\$\$"': '"\$\$<DIAGNOSTIC>"<DIAGNOSTIC>\n',
- '"\$\$4"': '"\$\$<DIAGNOSTIC>4<DIAGNOSTIC>"\n',
- '"\$\$4 "': '"\$\$<DIAGNOSTIC>4<DIAGNOSTIC> "\n',
- '1e': '1<DIAGNOSTIC>e\n',
+ '"\$"': '"\$<DIAGNOSTIC>"\n',
+ '"\$\$"': '"\$<DIAGNOSTIC>\$<DIAGNOSTIC>"\n',
+ '"\$\$4"': '"\$<DIAGNOSTIC>\$<DIAGNOSTIC>4"\n',
+ '"\$\$4 "': '"\$<DIAGNOSTIC>\$<DIAGNOSTIC>4 "\n',
+ '1e': '1e<DIAGNOSTIC>\n',
};
List<Node> queryDiagnosticNodes() {
« no previous file with comments | « dart/site/try/src/interaction_manager.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698