mirror of
https://github.com/casey/just.git
synced 2024-11-23 20:15:05 +03:00
8 lines
155 B
Rust
8 lines
155 B
Rust
use super::*;
|
|
|
|
#[test]
|
|
fn parse() {
|
|
let yaml = fs::read_to_string("extras/just.sublime-syntax").unwrap();
|
|
YamlLoader::load_from_str(&yaml).unwrap();
|
|
}
|