From 083dac552431574a8b4dda2216ff3a3b3c702593 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Fri, 9 Feb 2024 17:46:21 +0100 Subject: [PATCH] regenerate golden tests --- tests/golden/outputs/03.md.dump | 12 ++++----- tests/golden/outputs/eval01.md.dump | 8 +++--- tests/golden/outputs/eval02.md.dump | 8 +++--- tests/golden/outputs/eval03.md.dump | 4 +-- tests/golden/outputs/eval04.md.dump | 4 +-- tests/golden/outputs/fragments.md.dump | 34 +++++++++++++------------- tests/golden/outputs/issue-111.md.dump | 6 ++--- tests/golden/outputs/lists.md.dump | 10 ++++---- tests/golden/outputs/margins.md.dump | 8 +++--- tests/golden/outputs/meta.md.dump | 12 ++++----- tests/golden/outputs/tables.md.dump | 4 +-- tests/golden/outputs/themes.md.dump | 8 +++--- tests/golden/outputs/wrapping.md.dump | 6 ++--- 13 files changed, 62 insertions(+), 62 deletions(-) diff --git a/tests/golden/outputs/03.md.dump b/tests/golden/outputs/03.md.dump index b899630..6567af5 100644 --- a/tests/golden/outputs/03.md.dump +++ b/tests/golden/outputs/03.md.dump @@ -2,8 +2,8 @@ Inline markups: - - ~~striked out~~ - - <http://example.com> + - ~~striked out~~ + - <http://example.com>  1 / 5  @@ -14,21 +14,21 @@ > Quote with embedded list: >  ->  - Hello ->  - World +>  - Hello +>  - World  2 / 5  {slide}  03.md  - - List with an embedded quote: + - List with an embedded quote:  > Tu quoque  Wow rad stuff. - - Second item in that list. + - Second item in that list.  3 / 5  diff --git a/tests/golden/outputs/eval01.md.dump b/tests/golden/outputs/eval01.md.dump index ccf81a3..36b4ad3 100644 --- a/tests/golden/outputs/eval01.md.dump +++ b/tests/golden/outputs/eval01.md.dump @@ -2,13 +2,13 @@ # Slide 1 - - This is some code that is not evaluated: + - This is some code that is not evaluated:      echo foo     - - And here is some code that is evaluated: + - And here is some code that is evaluated:      echo foo  @@ -22,13 +22,13 @@ # Slide 1 - - This is some code that is not evaluated: + - This is some code that is not evaluated:      echo foo     - - And here is some code that is evaluated: + - And here is some code that is evaluated:      foo  diff --git a/tests/golden/outputs/eval02.md.dump b/tests/golden/outputs/eval02.md.dump index edf436f..eb383c4 100644 --- a/tests/golden/outputs/eval02.md.dump +++ b/tests/golden/outputs/eval02.md.dump @@ -2,13 +2,13 @@ # Slide 1 - - This is some code that is not evaluated: + - This is some code that is not evaluated:      echo foo     - - And here is some code that is evaluated: + - And here is some code that is evaluated:      echo foo  @@ -22,13 +22,13 @@ # Slide 1 - - This is some code that is not evaluated: + - This is some code that is not evaluated:      echo foo     - - And here is some code that is evaluated: + - And here is some code that is evaluated:      echo foo  diff --git a/tests/golden/outputs/eval03.md.dump b/tests/golden/outputs/eval03.md.dump index a348987..a676595 100644 --- a/tests/golden/outputs/eval03.md.dump +++ b/tests/golden/outputs/eval03.md.dump @@ -2,13 +2,13 @@ # Slide 1 - - This is some code that is not evaluated: + - This is some code that is not evaluated:      echo foo     - - And here is some code that is evaluated: + - And here is some code that is evaluated:      foo  diff --git a/tests/golden/outputs/eval04.md.dump b/tests/golden/outputs/eval04.md.dump index f43f038..73a568e 100644 --- a/tests/golden/outputs/eval04.md.dump +++ b/tests/golden/outputs/eval04.md.dump @@ -2,13 +2,13 @@ # Slide 1 - - This is some code that is not evaluated: + - This is some code that is not evaluated:      echo foo     - - And here is some code that is evaluated: + - And here is some code that is evaluated:      echo foo  diff --git a/tests/golden/outputs/fragments.md.dump b/tests/golden/outputs/fragments.md.dump index b02f34d..1a029c6 100644 --- a/tests/golden/outputs/fragments.md.dump +++ b/tests/golden/outputs/fragments.md.dump @@ -6,7 +6,7 @@ {fragment}  fragments.md  - - This list + - This list  1 / 2  @@ -14,9 +14,9 @@ {fragment}  fragments.md  - - This list + - This list - - is displayed + - is displayed  1 / 2  @@ -24,11 +24,11 @@ {fragment}  fragments.md  - - This list + - This list - - is displayed + - is displayed -  * item + * item  1 / 2  @@ -36,12 +36,12 @@ {fragment}  fragments.md  - - This list + - This list - - is displayed + - is displayed -  * item -  * by item + * item + * by item  1 / 2  @@ -49,17 +49,17 @@ {fragment}  fragments.md  - - This list + - This list - - is displayed + - is displayed -  * item -  * by item + * item + * by item - - Or sometimes + - Or sometimes -  * all at -  * once + * all at + * once  1 / 2  diff --git a/tests/golden/outputs/issue-111.md.dump b/tests/golden/outputs/issue-111.md.dump index 6871b99..21a4510 100644 --- a/tests/golden/outputs/issue-111.md.dump +++ b/tests/golden/outputs/issue-111.md.dump @@ -32,8 +32,8 @@ > This is a block quote with a fairly long paragraph >  ->  - With ->  - a nice ->  - list +>  - With +>  - a nice +>  - list  3 / 3  diff --git a/tests/golden/outputs/lists.md.dump b/tests/golden/outputs/lists.md.dump index 8b6d683..1daada7 100644 --- a/tests/golden/outputs/lists.md.dump +++ b/tests/golden/outputs/lists.md.dump @@ -1,19 +1,19 @@  lists.md  - - This is a nested list. + - This is a nested list. -  * The nested items should have different list markers. + * The nested items should have different list markers. -  * I mean, they can be the same, but it doesn't look nice. + * I mean, they can be the same, but it doesn't look nice.  printf("Nested code block!\n") -  * Cool right? + * Cool right?  Definitely super cool - - One final item + - One final item  1 / 1  diff --git a/tests/golden/outputs/margins.md.dump b/tests/golden/outputs/margins.md.dump index 3a1217b..52921f0 100644 --- a/tests/golden/outputs/margins.md.dump +++ b/tests/golden/outputs/margins.md.dump @@ -2,10 +2,10 @@  This text will have 10 spaces on the left. -  - So -  * will -  * these -  * bullets + - So + * will + * these + * bullets  This line will have 10 spaces on the left, diff --git a/tests/golden/outputs/meta.md.dump b/tests/golden/outputs/meta.md.dump index 7d92347..c6fd627 100644 --- a/tests/golden/outputs/meta.md.dump +++ b/tests/golden/outputs/meta.md.dump @@ -1,11 +1,11 @@  meta.md  - < Hello - < World -  > How -  > Are -  > You -  > Doing + < Hello + < World + > How + > Are + > You + > Doing  1 / 1  diff --git a/tests/golden/outputs/tables.md.dump b/tests/golden/outputs/tables.md.dump index 1205bd0..714503b 100644 --- a/tests/golden/outputs/tables.md.dump +++ b/tests/golden/outputs/tables.md.dump @@ -35,7 +35,7 @@  -------- ------- ------- ------------------------  First row 12.0 Example of a row that   spans multiple lines.  -  +  Second row 5.0 Here's another one. Note  the blank line between   rows.  @@ -53,7 +53,7 @@  ------ --- ---- ------------------------  First row 12.0 Example of a row that   spans multiple lines.  -  +  Second row 5.0 Here's another one. Note  the blank line between   rows.  diff --git a/tests/golden/outputs/themes.md.dump b/tests/golden/outputs/themes.md.dump index a4f7f21..e2ba579 100644 --- a/tests/golden/outputs/themes.md.dump +++ b/tests/golden/outputs/themes.md.dump @@ -1,9 +1,9 @@  themes.md  - - This is a simple list. -  + With nested items. -  + One or two bold. + - This is a simple list. + + With nested items. + + One or two bold. - - The list theming is customized a bit. + - The list theming is customized a bit.  1 / 1  diff --git a/tests/golden/outputs/wrapping.md.dump b/tests/golden/outputs/wrapping.md.dump index cec026b..638f65c 100644 --- a/tests/golden/outputs/wrapping.md.dump +++ b/tests/golden/outputs/wrapping.md.dump @@ -12,11 +12,11 @@  1 2 3 4 5   6 7 8 9 10  - - This is a list - - This list has a really long sentence + - This is a list + - This list has a really long sentence  in it which should also be wrapped  with proper indentation - - Another item + - Another item This line is long, and then ends with  code