perform preliminary testing
This commit is contained in:
parent
d9cbd089c6
commit
69986b6801
1 changed files with 5 additions and 0 deletions
|
@ -95,6 +95,11 @@ fn load_macro(set: String, mac: String, inputs: String, vars: Vec<String>) -> St
|
|||
}
|
||||
contents = xcont.to_string();
|
||||
}
|
||||
|
||||
if inputs.contains(")/") {
|
||||
let coolbeans: Vec<&str> = inputs.split(")/").collect();
|
||||
println!("{:?}", coolbeans[1]);
|
||||
}
|
||||
return contents.to_string();
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue