Skip to content

Commit b6ad60a

Browse files
committed
fix(test): fix tests post prettier
1 parent 9a5e4a0 commit b6ad60a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/specs/parsers/dereferenced.ts

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default {
33
definitions: {
44
markdown: "Hello\nWorld:\n",
55

6-
html: `<!DOCTYPE html>
6+
html: `<!doctype html>
77
<html lang="en">
88
<head>
99
<meta charset="utf-8" />
@@ -158,7 +158,7 @@ export default {
158158
markdown: "Hello\nWorld:\n",
159159

160160
html:
161-
"<!DOCTYPE html>\n" +
161+
"<!doctype html>\n" +
162162
'<html lang="en">\n' +
163163
" <head>\n" +
164164
' <meta charset="utf-8" />\n' +
@@ -298,11 +298,11 @@ export default {
298298
html: {
299299
type: "Buffer",
300300
data: [
301-
60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, 109, 108, 62, 10, 60, 104, 116, 109, 108, 32, 108, 97, 110,
302-
103, 61, 34, 101, 110, 34, 62, 10, 32, 32, 60, 104, 101, 97, 100, 62, 10, 32, 32, 32, 32, 60, 109, 101, 116,
303-
97, 32, 99, 104, 97, 114, 115, 101, 116, 61, 34, 117, 116, 102, 45, 56, 34, 32, 47, 62, 10, 32, 32, 32, 32,
304-
60, 108, 105, 110, 107, 32, 114, 101, 108, 61, 34, 115, 116, 121, 108, 101, 115, 104, 101, 101, 116, 34, 32,
305-
104, 114, 101, 102, 61, 34, 115, 116, 121, 108, 101, 46, 99, 115, 115, 34, 32, 47, 62, 10, 32, 32, 60, 47,
301+
60, 33, 100, 111, 99, 116, 121, 112, 101, 32, 104, 116, 109, 108, 62, 10, 60, 104, 116, 109, 108, 32, 108, 97,
302+
110, 103, 61, 34, 101, 110, 34, 62, 10, 32, 32, 60, 104, 101, 97, 100, 62, 10, 32, 32, 32, 32, 60, 109, 101,
303+
116, 97, 32, 99, 104, 97, 114, 115, 101, 116, 61, 34, 117, 116, 102, 45, 56, 34, 32, 47, 62, 10, 32, 32, 32,
304+
32, 60, 108, 105, 110, 107, 32, 114, 101, 108, 61, 34, 115, 116, 121, 108, 101, 115, 104, 101, 101, 116, 34,
305+
32, 104, 114, 101, 102, 61, 34, 115, 116, 121, 108, 101, 46, 99, 115, 115, 34, 32, 47, 62, 10, 32, 32, 60, 47,
306306
104, 101, 97, 100, 62, 10, 32, 32, 60, 98, 111, 100, 121, 62, 10, 32, 32, 32, 32, 60, 104, 49, 62, 72, 101,
307307
108, 108, 111, 32, 87, 111, 114, 108, 100, 58, 60, 47, 104, 49, 62, 10, 32, 32, 60, 47, 98, 111, 100, 121, 62,
308308
10, 60, 47, 104, 116, 109, 108, 62, 10,

0 commit comments

Comments
 (0)