Skip to content

Commit

Permalink
add: test case validCharsetComment
Browse files Browse the repository at this point in the history
  • Loading branch information
t-shiratori committed May 8, 2024
1 parent eb6210b commit aa879c1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@charset "utf-8";
/* some comment */
@import 'foo.css';
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
source: crates/biome_css_analyze/tests/spec_tests.rs
expression: validCharsetComment.css
---
# Input
```css
@charset "utf-8";
/* some comment */
@import 'foo.css';
```

0 comments on commit aa879c1

Please sign in to comment.