Skip to content

Commit

Permalink
chore: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 6, 2024
1 parent 73ddc89 commit 9880e08
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fixtures/output/no-markdown-with-formatters/tsx.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ export function Component1() {
export function jsx2() {
const props = { a: 1, b: 2 }
return < a foo= 'bar' bar={`foo` } >
<div {...props }
a={1}
b="2">Inline Text</div>
<div {...props } a={1} b="2">Inline Text</div>
<Component1>
Block Text
</Component1>
Expand Down

0 comments on commit 9880e08

Please sign in to comment.