Skip to content

Commit

Permalink
missing curlies
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Mar 22, 2024
1 parent e63cc39 commit 495fda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rrweb-snapshot/test/css.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ describe('css parser', () => {
['.bar:has(div,input:is(:disabled),button:has(:disabled,.baz))'],
],
[
'.bar:has(input), .foo:has(input, button), .baz',
'.bar:has(input), .foo:has(input, button), .baz {}',
['.bar:has(input)', '.foo:has(input, button)', '.baz'],
],
[
Expand Down

0 comments on commit 495fda5

Please sign in to comment.