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

Unified Diff: compiler/java/com/google/dart/compiler/parser/DartScanner.java

Issue 11416307: Triage and fixes for co19 library tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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
Index: compiler/java/com/google/dart/compiler/parser/DartScanner.java
diff --git a/compiler/java/com/google/dart/compiler/parser/DartScanner.java b/compiler/java/com/google/dart/compiler/parser/DartScanner.java
index 52599eda5b134703ebd8db892a255982c6fff4e1..a019d93eb19113686d42f2d0ba7f7e5c16b6e83e 100644
--- a/compiler/java/com/google/dart/compiler/parser/DartScanner.java
+++ b/compiler/java/com/google/dart/compiler/parser/DartScanner.java
@@ -772,7 +772,7 @@ public class DartScanner {
multiLine = true;
advance();
advance();
- // according to the dart guide, when multi-line strings start immediatelly
+ // according to the dart guide, when multi-line strings start immediately
// with a \n, the \n is not part of the string:
if (is('\n')) {
advance();

Powered by Google App Engine
This is Rietveld 408576698