Skip to content

Commit 80705bf

Browse files
committed
Fix test
1 parent a080951 commit 80705bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/match-utilities.test.js

+3
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ test('match utilities with modifiers', async () => {
6060
.test-1\/\[foo\] {
6161
color: one_[foo];
6262
}
63+
.test-\[8\]\/\[9\] {
64+
color: eightnine_null;
65+
}
6366
`)
6467
})
6568

0 commit comments

Comments
 (0)