Skip to content

Commit 4cc31d5

Browse files
committed
test: pandoc 3.6.4 changed list indentations
1 parent b2362cd commit 4cc31d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_format_rst.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -402,10 +402,10 @@ def fake_pandoc(argv): # pylint: disable=unused-argument
402402
__ https://github.com/joe/project/issues/999
403403
""",
404404
"""\
405-
- One issue fixed: [issue 123](https://github.com/joe/project/issues/123).
406-
- One change merged: [Big change](https://github.com/joe/project/pull/234).
407-
- Improved the [home page](https://example.com/homepage).
408-
- One more [small change](https://github.com/joe/project/issues/999).
405+
- One issue fixed: [issue 123](https://github.com/joe/project/issues/123).
406+
- One change merged: [Big change](https://github.com/joe/project/pull/234).
407+
- Improved the [home page](https://example.com/homepage).
408+
- One more [small change](https://github.com/joe/project/issues/999).
409409
""",
410410
),
411411
],

0 commit comments

Comments
 (0)