fix: format snapshot tests

This commit is contained in:
rvcas
2024-08-08 12:56:01 -04:00
committed by KtorZ
parent 7f26db401c
commit 00907c2bcc
10 changed files with 119 additions and 72 deletions

View File

@@ -129,7 +129,7 @@ Validator(
},
doc: None,
location: 0..0,
name: "fallback",
name: "else",
public: true,
return_annotation: None,
return_type: (),

View File

@@ -87,7 +87,7 @@ Validator(
},
doc: None,
location: 0..0,
name: "fallback",
name: "else",
public: true,
return_annotation: None,
return_type: (),

View File

@@ -69,7 +69,7 @@ pub fn parser() -> impl Parser<Token, ast::UntypedDefinition, Error = ParseError
doc: None,
location: ast::Span::empty(),
end_position: span.end - 1,
name: "fallback".to_string(),
name: "else".to_string(),
public: true,
return_annotation: None,
return_type: (),