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

Unified Diff: pkg/front_end/test/scanner_fasta_test.dart

Issue 2738693004: Parse script tags with Fasta. (Closed)
Patch Set: Created 3 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 | « pkg/front_end/lib/src/fasta/source/diet_listener.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/scanner_fasta_test.dart
diff --git a/pkg/front_end/test/scanner_fasta_test.dart b/pkg/front_end/test/scanner_fasta_test.dart
index 14deb22c1ad05a1f7c3b4a3e0b9d46a8ceab4cdc..5b87dc3025cd0d1572f0c7b30483ce23265fb9af 100644
--- a/pkg/front_end/test/scanner_fasta_test.dart
+++ b/pkg/front_end/test/scanner_fasta_test.dart
@@ -187,13 +187,6 @@ class ScannerTest_Fasta extends ScannerTestBase {
super.test_mismatched_opener();
}
- @override
- @failingTest
- void test_scriptTag_withArgs() {
- // TODO(paulberry,ahe): script tags are needed by analyzer.
- super.test_scriptTag_withArgs();
- }
-
void test_next_previous() {
const source = 'int a; /*1*/ /*2*/ /*3*/ B f(){if (a < 2) {}}';
fasta.Token token =
@@ -213,20 +206,6 @@ class ScannerTest_Fasta extends ScannerTestBase {
@override
@failingTest
- void test_scriptTag_withoutSpace() {
- // TODO(paulberry,ahe): script tags are needed by analyzer.
- super.test_scriptTag_withoutSpace();
- }
-
- @override
- @failingTest
- void test_scriptTag_withSpace() {
- // TODO(paulberry,ahe): script tags are needed by analyzer.
- super.test_scriptTag_withSpace();
- }
-
- @override
- @failingTest
void test_string_multi_unterminated() {
// TODO(paulberry,ahe): bad error recovery.
super.test_string_multi_unterminated();
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/diet_listener.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698