Fix trailing whitespace

cc @gavin-ts
This commit is contained in:
Anmol Sethi 2022-11-28 10:40:24 -08:00
parent eb55a49559
commit 6a71aa02bc
No known key found for this signature in database
GPG key ID: 25BC68888A99A8BA
3 changed files with 15 additions and 15 deletions

View file

@ -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
| |

View file

@ -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.
| |
} }