Skip to content

Commit

Permalink
Update compressed_test.dart (#1350)
Browse files Browse the repository at this point in the history
Delete duplicate test cases
  • Loading branch information
aimuz committed Jun 11, 2021
1 parent 7545011 commit 8557ce0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/compressed_test.dart
Expand Up @@ -178,11 +178,6 @@ void main() {
equals("@media screen{a{b:c}}"));
});

test("preserves whitespace before the query if necessary", () {
expect(_compile("@media screen {a {b: c}}"),
equals("@media screen{a{b:c}}"));
});

// Removing whitespace after "and", "or", or "not" is forbidden because it
// would cause it to parse as a function token.
test('removes whitespace before "and" when possible', () {
Expand Down

0 comments on commit 8557ce0

Please sign in to comment.