mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-12 08:26:20 -04:00
run fmt
This commit is contained in:
parent
ae5340901e
commit
1ea797fbd2
|
|
@ -896,7 +896,6 @@ fn test_parsing_with_included_range_containing_mismatched_positions() {
|
|||
|
||||
parser.set_included_ranges(&[range_to_parse]).unwrap();
|
||||
|
||||
|
||||
let html_tree = parser.parse(source_code, None).unwrap();
|
||||
|
||||
assert_eq!(html_tree.root_node().range(), range_to_parse);
|
||||
|
|
|
|||
Loading…
Reference in a new issue