We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14867c commit ebbabe1Copy full SHA for ebbabe1
tests/system.rs
@@ -611,7 +611,7 @@ fn check_blocks_idempotency(blocks: &Vec<CodeBlock>) {
611
// printed by `check_files` will use the name and line number from
612
// the temp file.
613
write_message(format!(
614
- "\u{261d}\u{1f3fd} Formatting block starting at Line {} in Configurations.md failed",
+ "\u{261d}\u{1f3fd} Failed to format block starting at Line {} in Configurations.md",
615
block.code_block_start_line
616
));
617
failures += fails;
0 commit comments