Skip to content

Commit

Permalink
chore: add test for #2519, #2520
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Mar 29, 2023
1 parent a468484 commit 1ca6109
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/vue-test-workspace/format/#2519/input.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<template>
<div style="
width: 100%;
height: 100%;
"></div>
</template>
6 changes: 6 additions & 0 deletions packages/vue-test-workspace/format/#2519/output.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<template>
<div style="
width: 100%;
height: 100%;
"></div>
</template>
7 changes: 7 additions & 0 deletions packages/vue-test-workspace/format/#2520/input.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<template>
<pre>
<code>
const foo = 'bar'
</code>
</pre>
</template>
7 changes: 7 additions & 0 deletions packages/vue-test-workspace/format/#2520/output.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<template>
<pre>
<code>
const foo = 'bar'
</code>
</pre>
</template>

0 comments on commit 1ca6109

Please sign in to comment.