Skip to content

Commit 92c2086

Browse files
committed
two -> four
1 parent 8c95cd2 commit 92c2086

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

crates/ruff/resources/test/fixtures/unformatted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is a markdown document with two fenced code blocks:
1+
This is a markdown document with four fenced code blocks:
22

33
```py
44
print( "hello" )

crates/ruff/tests/cli/format.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2402,7 +2402,7 @@ fn markdown_formatting_preview_enabled() -> Result<()> {
24022402
----- stdout -----
24032403
unformatted: File would be reformatted
24042404
--> CRATE_ROOT/resources/test/fixtures/unformatted.md:1:1
2405-
1 | This is a markdown document with two fenced code blocks:
2405+
1 | This is a markdown document with four fenced code blocks:
24062406
2 |
24072407
3 | ```py
24082408
- print( "hello" )
@@ -2462,7 +2462,7 @@ fn markdown_formatting_stdin() -> Result<()> {
24622462
success: true
24632463
exit_code: 0
24642464
----- stdout -----
2465-
This is a markdown document with two fenced code blocks:
2465+
This is a markdown document with four fenced code blocks:
24662466
24672467
```py
24682468
print("hello")

0 commit comments

Comments
 (0)