clitest-lib 0.2.4

CLI-based testing library.
Documentation
1
2
3
4
5
6
7
8
mod parse;
mod segment;

pub use parse::parse_script;

const REGEX_MULTILINE: &str = "???";
const ESCAPED_MULTILINE: &str = "!!!";
const LITERAL_MULTILINE: &str = r#"""""#;