Skip to content

Commit

Permalink
chore: add another test case
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Jan 24, 2025
1 parent a09c76b commit 9472a47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/rules/jsx_curly_braces.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ mod tests {
</div>"#,
r#"<div>foo{" "}
bar</div>"#,
r#"<div>
foo{" "}
<span />
</div>"#,
};
}

Expand Down

0 comments on commit 9472a47

Please sign in to comment.