@@ -102,6 +102,62 @@ export default {
102
102
================================================================================
103
103
` ;
104
104
105
+ exports[` snippet : empty format 1 ` ] = `
106
+ ==================================== options ==================================== =
107
+ parsers : [" vue" ]
108
+ printWidth : 80
109
+ | printWidth
110
+ ==================================== = input ======================================
111
+ <custom lang = " markdown" ></custom >
112
+ ==================================== = output ==================================== =
113
+ <custom lang = " markdown" ></custom >
114
+
115
+ ================================================================================
116
+ ` ;
117
+
118
+ exports[` snippet : new line format 1 `] = `
119
+ ==================================== options ==================================== =
120
+ parsers : [" vue" ]
121
+ printWidth : 80
122
+ | printWidth
123
+ ==================================== = input ======================================
124
+ <custom lang = " markdown" >
125
+
126
+ </custom >
127
+ ==================================== = output ==================================== =
128
+ <custom lang = " markdown" ></custom >
129
+
130
+ ================================================================================
131
+ ` ;
132
+
133
+ exports[` snippet : non - space format 1 ` ] = `
134
+ ==================================== options ==================================== =
135
+ parsers : [" vue" ]
136
+ printWidth : 80
137
+ | printWidth
138
+ ==================================== = input ======================================
139
+ <custom lang = " markdown" >
140
+
141
+ </custom >
142
+ ==================================== = output ==================================== =
143
+ <custom lang = " markdown" ></custom >
144
+
145
+ ================================================================================
146
+ ` ;
147
+
148
+ exports[` snippet : spaces format 1 ` ] = `
149
+ ==================================== options ==================================== =
150
+ parsers : [" vue" ]
151
+ printWidth : 80
152
+ | printWidth
153
+ ==================================== = input ======================================
154
+ <custom lang = " markdown" > </custom >
155
+ ==================================== = output ==================================== =
156
+ <custom lang = " markdown" ></custom >
157
+
158
+ ================================================================================
159
+ ` ;
160
+
105
161
exports[` template - bind .vue format 1 ` ] = `
106
162
==================================== options ==================================== =
107
163
parsers : [" vue" ]
@@ -164,6 +220,20 @@ printWidth: 80
164
220
================================================================================
165
221
` ;
166
222
223
+ exports[` void - element .vue format 1 ` ] = `
224
+ ==================================== options ==================================== =
225
+ parsers : [" vue" ]
226
+ printWidth : 80
227
+ | printWidth
228
+ ==================================== = input ======================================
229
+ <custom lang = " markdown" />
230
+
231
+ ==================================== = output ==================================== =
232
+ <custom lang = " markdown" />
233
+
234
+ ================================================================================
235
+ ` ;
236
+
167
237
exports[` vue - component .vue format 1 ` ] = `
168
238
==================================== options ==================================== =
169
239
parsers : [" vue" ]
0 commit comments