Skip to content

Commit

Permalink
chore: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
togami2864 committed Mar 17, 2024
1 parent 982789e commit df9fdcc
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
source: crates/biome_css_analyze/tests/spec_tests.rs
expression: invalid.css
---
# Input
```css
p {
color: red;
text-align: center;
}
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
source: crates/biome_css_analyze/tests/spec_tests.rs
expression: valid.css
---
# Input
```css
/* should not generate diagnostics */
p {
color: red;
text-align: center;
}
```

0 comments on commit df9fdcc

Please sign in to comment.