Skip to content

Commit 1598c23

Browse files
committed
f
1 parent 7f4ddd5 commit 1598c23

File tree

1 file changed

+2
-2
lines changed
  • packages/babel-plugin-transform-vue-jsx/test

1 file changed

+2
-2
lines changed

packages/babel-plugin-transform-vue-jsx/test/snapshot.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ render(h => [h(Alpha, ["test"]), h("Beta", ["test"])]);`,
6060
{
6161
name: 'Combined content',
6262
from: `render(h => <div>
63-
test{test} {...test}
63+
test{test}
6464
<tag1 />
6565
<tag2 />
6666
6767
Some text
6868
goes here
69-
69+
{...test}
7070
7171
</div>)`,
7272
to: `render(h => h("div", ["test", test, " ", ...test, h("tag1"), h("tag2"), "Some text goes here"]));`,

0 commit comments

Comments
 (0)