Skip to content

Commit caef843

Browse files
committed
out comment more
1 parent 20e7343 commit caef843

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pkg/web_css/test/color_expressions_test.dart

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import 'dart:io';
5+
// import 'dart:io';
66

77
import 'package:test/test.dart';
88

9-
final _whitespace = RegExp(r'\s+');
9+
// final _whitespace = RegExp(r'\s+');
1010

11-
const _colors = {
12-
'black',
13-
'red',
14-
'white',
15-
};
11+
// const _colors = {
12+
// 'black',
13+
// 'red',
14+
// 'white',
15+
// };
1616

1717
void main() {
1818
group('Color restrictions and rules', () {

0 commit comments

Comments
 (0)