This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
md-pdf-rs/src/tests/args.rs

7 lines
59 B
Rust
Raw Normal View History

2017-07-12 14:40:25 +01:00
use args;
#[test]
fn it_works() {
assert_eq!(4, 4);
}