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

Unified Diff: test/nested_test.dart

Issue 1138823002: pkg/csslib: Remove a number of unused members, prepare for release (Closed) Base URL: https://github.com/dart-lang/csslib@master
Patch Set: Created 5 years, 7 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 | « pubspec.yaml ('k') | test/var_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/nested_test.dart
diff --git a/test/nested_test.dart b/test/nested_test.dart
index 797ac5fe1887538d85e18eeff55d9f8cc83debe0..1848ef13b3764c361ef5e7e5dab58e0b0fd18680 100644
--- a/test/nested_test.dart
+++ b/test/nested_test.dart
@@ -341,8 +341,6 @@ span {
}
void mediaNesting() {
- var errors = [];
-
final input = r'''
@media screen and (-webkit-min-device-pixel-ratio:0) {
#toggle-all {
@@ -372,7 +370,6 @@ void mediaNesting() {
}
void simpleThis() {
- final errors = [];
final input = '''#header {
h1 {
font-size: 26px;
@@ -406,8 +403,6 @@ void simpleThis() {
}
void complexThis() {
- var errors = [];
-
final input1 = r'''
.light {
.leftCol {
@@ -484,8 +479,6 @@ void complexThis() {
}
variationsThis() {
- var errors = [];
-
final input1 = r'''
.textLink {
a {
@@ -597,7 +590,6 @@ light .leftCol .textLink a {
}
thisCombinator() {
- var errors = [];
var input = r'''
.btn {
color: red;
« no previous file with comments | « pubspec.yaml ('k') | test/var_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698