ok/jj
1
0
Fork 0
forked from mirrors/jj

test_generate_cli_reference: fixup to 52c415e, remove mysterious comment

If I can't tell what this comment means, probably nobody else can
either.

I think it might be a copy-paste error from whatever docs I copied the
initial version of the config from.
This commit is contained in:
Ilya Grigoriev 2024-06-15 17:04:41 -07:00
parent 5cbe8d2499
commit ce0c53796c

View file

@ -27,7 +27,7 @@ fn test_generate_markdown_docs_in_docs_dir() {
let mut markdown_help = PREAMBLE.to_string();
markdown_help
.push_str(&test_env.jj_cmd_success(test_env.env_root(), &["util", "markdown-help"]));
// Validate partial snapshot, redacting any lines nested 2+ indent levels.
insta::with_settings!({
snapshot_path => ".",
snapshot_suffix => ".md",