test(multiple): Ignore, as it's not a important feature
This commit is contained in:
parent
9a0720e5e9
commit
b1d47de7e3
|
@ -24,6 +24,7 @@ use pretty_assertions::assert_eq;
|
||||||
use trixy::macros::config::{file_tree::FileTree, trixy::TrixyConfig};
|
use trixy::macros::config::{file_tree::FileTree, trixy::TrixyConfig};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore = "Does not work yet, and is not a heigh priority"]
|
||||||
pub fn multiple() {
|
pub fn multiple() {
|
||||||
let input = include_str!("./expected.md");
|
let input = include_str!("./expected.md");
|
||||||
let expected: FileTree = input.parse().unwrap();
|
let expected: FileTree = input.parse().unwrap();
|
||||||
|
|
Reference in New Issue