Start work on running test corpus tests

This commit is contained in:
Max Brunsfeld 2019-01-11 13:30:45 -08:00
parent 0d85a1ef53
commit e64f7a64a1
15 changed files with 328 additions and 168 deletions

View file

@ -1,6 +1,6 @@
use super::languages::rust;
use std::thread;
use tree_sitter::{InputEdit, LogType, Parser, Point, PropertySheet, Range};
use tree_sitter::{InputEdit, LogType, Parser, Point, PropertySheet};
#[test]
fn test_basic_parsing() {