start pulling in the stuff from test_highlight

This commit is contained in:
Patrick Thomson 2020-10-26 12:58:32 -04:00
parent e370c5053e
commit 3e18e97f7c
3 changed files with 13 additions and 6 deletions

View file

@ -93,7 +93,7 @@ pub fn query_files_at_paths(
}
}
if should_test {
assert::assert_expected_captures(results, path)?
assert::assert_expected_captures(results, path, &mut parser, language)?
}
}