Skip to content

Commit

Permalink
Remove extra ' from contentRule
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Jul 10, 2024
1 parent 9b53de6 commit e0a8ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ppx/test/native/Selector_test.re
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let simple_tests = [
CSS.style([|
CSS.selector(
{js|:before|js},
[|CSS.contentsRule([|`text({js|'点'|js})|], None)|],
[|CSS.contentsRule([|`text({js||js})|], None)|],
),
|])
],
Expand All @@ -23,7 +23,7 @@ let simple_tests = [
CSS.style([|
CSS.selector(
{js|:before|js},
[|CSS.contentsRule([|`text({js|'•'|js})|], None)|],
[|CSS.contentsRule([|`text({js||js})|], None)|],
),
|])
],
Expand Down

0 comments on commit e0a8ce3

Please sign in to comment.