Skip to content

Commit

Permalink
fix(test): fix tests post prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jonluca committed Aug 1, 2024
1 parent 9a5e4a0 commit b6ad60a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/specs/parsers/dereferenced.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default {
definitions: {
markdown: "Hello\nWorld:\n",

html: `<!DOCTYPE html>
html: `<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down Expand Up @@ -158,7 +158,7 @@ export default {
markdown: "Hello\nWorld:\n",

html:
"<!DOCTYPE html>\n" +
"<!doctype html>\n" +
'<html lang="en">\n' +
" <head>\n" +
' <meta charset="utf-8" />\n' +
Expand Down Expand Up @@ -298,11 +298,11 @@ export default {
html: {
type: "Buffer",
data: [
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,
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,
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,
60, 108, 105, 110, 107, 32, 114, 101, 108, 61, 34, 115, 116, 121, 108, 101, 115, 104, 101, 101, 116, 34, 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,
60, 33, 100, 111, 99, 116, 121, 112, 101, 32, 104, 116, 109, 108, 62, 10, 60, 104, 116, 109, 108, 32, 108, 97,
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,
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,
32, 60, 108, 105, 110, 107, 32, 114, 101, 108, 61, 34, 115, 116, 121, 108, 101, 115, 104, 101, 101, 116, 34,
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,
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,
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,
10, 60, 47, 104, 116, 109, 108, 62, 10,
Expand Down

0 comments on commit b6ad60a

Please sign in to comment.