Skip to content

Commit

Permalink
Don't double wrap docs files in const_
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Cameron <[email protected]>
  • Loading branch information
nrc committed Feb 23, 2025
1 parent 7e1d8a2 commit c235bc4
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/wasm-lib/kcl/src/docs/gen_std_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ fn generate_const_from_kcl(cnst: &ConstData, file_name: String) -> Result<()> {
});

let output = hbs.render("const", &data)?;
expectorate::assert_contents(format!("../../../docs/kcl/const_{}.md", file_name), &output);
expectorate::assert_contents(format!("../../../docs/kcl/{}.md", file_name), &output);

Ok(())
}
Expand Down

0 comments on commit c235bc4

Please sign in to comment.