Erase comment start positions from snapshot tests (#6178)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
@ -84,7 +84,7 @@ fn parse_test(test: &Test) {
|
||||
insta::assert_json_snapshot!("ast", parse_res, {
|
||||
".**.start" => 0,
|
||||
".**.end" => 0,
|
||||
".**.comment_start" => 0,
|
||||
".**.commentStart" => 0,
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user