diff options
| author | SeerLite <seerlite@tuta.io> | 2021-04-01 21:19:20 -0300 |
|---|---|---|
| committer | SeerLite <seerlite@tuta.io> | 2021-04-01 22:27:30 -0300 |
| commit | e84dd80244eef284cc6d66bb7f9a43bfa271f662 (patch) | |
| tree | 9cb1abab916c236bbe80f94107292d0446cb9681 /test/indent | |
| parent | 5c03e2bd5445c5bd9c9535d30223e81fd28e2107 (diff) | |
rc markdown: Fix trailing whitespace removal
Modified the test cases accordingly too
Diffstat (limited to 'test/indent')
| -rw-r--r-- | test/indent/markdown/inside-complex-blockquote/out | 2 | ||||
| -rw-r--r-- | test/indent/markdown/inside-list-item/out | 2 | ||||
| -rw-r--r-- | test/indent/markdown/inside-nested-list-item/out | 2 | ||||
| -rw-r--r-- | test/indent/markdown/inside-simple-blockquote/out | 2 | ||||
| -rw-r--r-- | test/indent/markdown/inside-strong-emphasis/out | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/test/indent/markdown/inside-complex-blockquote/out b/test/indent/markdown/inside-complex-blockquote/out index be4f1e99..2b5799f9 100644 --- a/test/indent/markdown/inside-complex-blockquote/out +++ b/test/indent/markdown/inside-complex-blockquote/out @@ -1,2 +1,2 @@ ->> > > block +>> > > block >> > > quote diff --git a/test/indent/markdown/inside-list-item/out b/test/indent/markdown/inside-list-item/out index 61c6d22a..be88314c 100644 --- a/test/indent/markdown/inside-list-item/out +++ b/test/indent/markdown/inside-list-item/out @@ -1,2 +1,2 @@ -* inside +* inside * item diff --git a/test/indent/markdown/inside-nested-list-item/out b/test/indent/markdown/inside-nested-list-item/out index 73b7f06d..a6834ab2 100644 --- a/test/indent/markdown/inside-nested-list-item/out +++ b/test/indent/markdown/inside-nested-list-item/out @@ -1,3 +1,3 @@ - parent - * some + * some * child diff --git a/test/indent/markdown/inside-simple-blockquote/out b/test/indent/markdown/inside-simple-blockquote/out index d286b922..159530c8 100644 --- a/test/indent/markdown/inside-simple-blockquote/out +++ b/test/indent/markdown/inside-simple-blockquote/out @@ -1,2 +1,2 @@ -> block +> block > quote diff --git a/test/indent/markdown/inside-strong-emphasis/out b/test/indent/markdown/inside-strong-emphasis/out index 3c878b78..e506acb2 100644 --- a/test/indent/markdown/inside-strong-emphasis/out +++ b/test/indent/markdown/inside-strong-emphasis/out @@ -1,2 +1,2 @@ -**strong +**strong emphasis** |
