1
1
mirror of https://github.com/casey/just.git synced 2024-11-23 11:04:09 +03:00
just/tests/sublime_syntax.rs

8 lines
155 B
Rust
Raw Normal View History

use super::*;
#[test]
fn parse() {
let yaml = fs::read_to_string("extras/just.sublime-syntax").unwrap();
YamlLoader::load_from_str(&yaml).unwrap();
}