Really fix the tests.
This commit is contained in:
parent
f3d16f4770
commit
0b4661e401
1 changed files with 3 additions and 3 deletions
|
|
@ -33,15 +33,15 @@ fn test_highlight_test_with_basic_test() {
|
|||
&[
|
||||
Assertion {
|
||||
position: Point::new(0, 5),
|
||||
expected: "function".to_string()
|
||||
expected_capture_name: "function".to_string()
|
||||
},
|
||||
Assertion {
|
||||
position: Point::new(0, 11),
|
||||
expected: "keyword".to_string()
|
||||
expected_capture_name: "keyword".to_string()
|
||||
},
|
||||
Assertion {
|
||||
position: Point::new(3, 9),
|
||||
expected: "variable.parameter".to_string()
|
||||
expected_capture_name: "variable.parameter".to_string()
|
||||
},
|
||||
]
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue