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

Unified Diff: pkg/dart_scanner/lib/src/characters.dart

Issue 2627093007: Update scanner so tests pass. (Closed)
Patch Set: Rebased on CL 2629543008. Created 3 years, 11 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 | « pkg/dart_scanner/lib/src/array_based_scanner.dart ('k') | pkg/dart_scanner/lib/src/keyword.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dart_scanner/lib/src/characters.dart
diff --git a/pkg/dart_scanner/lib/src/characters.dart b/pkg/dart_scanner/lib/src/characters.dart
index 60fe4e16ef8810c850517c1e19c6f0c0de1469ac..9b5ad4b0ab79034988ae442076b8728b4c94853e 100644
--- a/pkg/dart_scanner/lib/src/characters.dart
+++ b/pkg/dart_scanner/lib/src/characters.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library characters;
+library dart_scanner.characters;
const int $EOF = 0;
const int $STX = 2;
« no previous file with comments | « pkg/dart_scanner/lib/src/array_based_scanner.dart ('k') | pkg/dart_scanner/lib/src/keyword.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698