Fix trailing whitespace
cc @gavin-ts
This commit is contained in:
parent
eb55a49559
commit
6a71aa02bc
3 changed files with 15 additions and 15 deletions
|
|
@ -9,8 +9,8 @@
|
||||||
.Op Fl -watch Ar false
|
.Op Fl -watch Ar false
|
||||||
.Op Fl -theme Em 0
|
.Op Fl -theme Em 0
|
||||||
.Ar file.d2
|
.Ar file.d2
|
||||||
.Op Ar file.svg
|
.Op Ar file.svg
|
||||||
|
|
|
|
||||||
.Op Ar file.png
|
.Op Ar file.png
|
||||||
.Nm d2
|
.Nm d2
|
||||||
.Op Fl -watch Ar false
|
.Op Fl -watch Ar false
|
||||||
|
|
|
||||||
|
|
@ -158,17 +158,17 @@ meow.(x -> y -> z)[3].shape: "all hail corn"
|
||||||
{
|
{
|
||||||
name: "errs",
|
name: "errs",
|
||||||
text: `
|
text: `
|
||||||
--: meow]]]
|
--: meow]]] ` + `
|
||||||
meow][: ok
|
meow][: ok ` + `
|
||||||
ok: "dmsadmakls" dsamkldkmsa
|
ok: "dmsadmakls" dsamkldkmsa ` + `
|
||||||
|
` + `
|
||||||
s.shape: orochimaru
|
s.shape: orochimaru ` + `
|
||||||
x.shape: dasdasdas
|
x.shape: dasdasdas ` + `
|
||||||
|
|
||||||
wow:
|
wow:
|
||||||
|
|
||||||
:
|
: ` + `
|
||||||
|
` + `
|
||||||
[]
|
[]
|
||||||
|
|
||||||
{}
|
{}
|
||||||
|
|
@ -214,7 +214,7 @@ meow
|
||||||
{
|
{
|
||||||
name: "trailing_whitespace",
|
name: "trailing_whitespace",
|
||||||
text: `
|
text: `
|
||||||
s.shape: orochimaru
|
s.shape: orochimaru ` + `
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -334,16 +334,16 @@ a: | hello |
|
||||||
name: "block_trailing_space",
|
name: "block_trailing_space",
|
||||||
text: `
|
text: `
|
||||||
x: |
|
x: |
|
||||||
meow
|
meow ` + `
|
||||||
|
|
|
|
||||||
""" hello
|
""" hello ` + `
|
||||||
"""
|
"""
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "block_edge_case",
|
name: "block_edge_case",
|
||||||
text: `
|
text: `
|
||||||
x: | meow
|
x: | meow ` + `
|
||||||
hello
|
hello
|
||||||
yes
|
yes
|
||||||
|
|
|
|
||||||
|
|
|
||||||
|
|
@ -932,7 +932,7 @@ x -> y: {
|
||||||
script: `
|
script: `
|
||||||
markdown: {
|
markdown: {
|
||||||
md: |md
|
md: |md
|
||||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit,
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit, ` + `
|
||||||
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
||||||
|
|
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue