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

Unified Diff: pkg/analyzer/test/generated/utilities_test.dart

Issue 1686653003: Issue dev_compiler@443. Clone beginToken. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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/analyzer/lib/src/dart/ast/utilities.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/generated/utilities_test.dart
diff --git a/pkg/analyzer/test/generated/utilities_test.dart b/pkg/analyzer/test/generated/utilities_test.dart
index 32b2487a806c6fbc36d60ac127ae8b3f464f617b..5fd76fd2ebe9495de46ba112b6d60b98cc0c5b74 100644
--- a/pkg/analyzer/test/generated/utilities_test.dart
+++ b/pkg/analyzer/test/generated/utilities_test.dart
@@ -278,6 +278,13 @@ class AstClonerTest extends EngineTestCase {
_assertCloneUnit('library l; var a;');
}
+ void test_visitCompilationUnit_directive_withComment() {
+ _assertCloneUnit(r'''
+/// aaa
+/// bbb
+library l;''');
+ }
+
void test_visitCompilationUnit_empty() {
_assertCloneUnit('');
}
« no previous file with comments | « pkg/analyzer/lib/src/dart/ast/utilities.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698