Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jul 2, 2024
1 parent aba868d commit 3bcf5aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion minijinja-cabi/rustfmt.toml

This file was deleted.

7 changes: 5 additions & 2 deletions minijinja-cli/tests/test_basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ fn test_yaml() {
#[test]
#[cfg(feature = "yaml")]
fn test_yaml_aliases() {
let input = file_with_contents_and_ext(r#"
let input = file_with_contents_and_ext(
r#"
a: &a
key1: value1
Expand All @@ -155,7 +156,9 @@ c:
d:
<<: [*a, *b]
key3: value3
"#, ".yaml");
"#,
".yaml",
);
let tmpl = file_with_contents(r#"{{ [c.key1, c.key2] }}\n{{ [d.key1, d.key2, d.key3] }}"#);

assert_cmd_snapshot!(
Expand Down

0 comments on commit 3bcf5aa

Please sign in to comment.