test(multiple): Ignore, as it's not a important feature

This commit is contained in:
Benedikt Peetz 2024-03-27 10:22:48 +01:00
parent 9a0720e5e9
commit b1d47de7e3
Signed by: bpeetz
GPG Key ID: A5E94010C3A642AD
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ use pretty_assertions::assert_eq;
use trixy::macros::config::{file_tree::FileTree, trixy::TrixyConfig};
#[test]
#[ignore = "Does not work yet, and is not a heigh priority"]
pub fn multiple() {
let input = include_str!("./expected.md");
let expected: FileTree = input.parse().unwrap();