@@ -137,7 +137,8 @@ describe('Writer', function() {
137
137
expect ( xml ) . to . eql (
138
138
'<root xmlns="http://datatypes">' +
139
139
'<bounds y="100" />' +
140
- '</root>' ) ;
140
+ '</root>'
141
+ ) ;
141
142
} ) ;
142
143
143
144
@@ -157,7 +158,8 @@ describe('Writer', function() {
157
158
expect ( xml ) . to . eql (
158
159
'<a:root xmlns:a="http://datatypes">' +
159
160
'<a:bounds y="100" />' +
160
- '</a:root>' ) ;
161
+ '</a:root>'
162
+ ) ;
161
163
} ) ;
162
164
163
165
@@ -183,7 +185,8 @@ describe('Writer', function() {
183
185
'xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">' +
184
186
'<dt:otherBounds y="200" />' +
185
187
'<dt:otherBounds xsi:type="do:Rect" x="100" />' +
186
- '</dt:root>' ) ;
188
+ '</dt:root>'
189
+ ) ;
187
190
} ) ;
188
191
189
192
@@ -209,7 +212,8 @@ describe('Writer', function() {
209
212
'xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">' +
210
213
'<dt:otherBounds xsi:type="da:tRect" z="200" />' +
211
214
'<dt:otherBounds y="100" />' +
212
- '</dt:root>' ) ;
215
+ '</dt:root>'
216
+ ) ;
213
217
} ) ;
214
218
215
219
@@ -237,7 +241,8 @@ describe('Writer', function() {
237
241
'<props:someBody xsi:type="props:SimpleBody">' +
238
242
'${ foo < bar }' +
239
243
'</props:someBody>' +
240
- '</props:withBody>' ) ;
244
+ '</props:withBody>'
245
+ ) ;
241
246
} ) ;
242
247
243
248
@@ -259,7 +264,8 @@ describe('Writer', function() {
259
264
'<props:withBody xmlns:props="http://properties" ' +
260
265
'xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\n' +
261
266
' <props:someBody xsi:type="props:SimpleBody">${ foo < bar }</props:someBody>\n' +
262
- '</props:withBody>\n' ) ;
267
+ '</props:withBody>\n'
268
+ ) ;
263
269
} ) ;
264
270
265
271
0 commit comments