Update tests

This commit is contained in:
Jonathan Schear 2024-03-22 14:24:44 -07:00
parent 723c390f52
commit ab4a5343a0
No known key found for this signature in database
GPG key ID: 0F4D841667534076
5 changed files with 27 additions and 12 deletions

View file

@ -0,0 +1,56 @@
SpaceBefore(
Defs(
Defs {
tags: [
Index(2147483648),
],
regions: [
@48-53,
],
space_before: [
Slice(start = 0, length = 0),
],
space_after: [
Slice(start = 0, length = 0),
],
spaces: [],
type_defs: [],
value_defs: [
Body(
@48-49 Identifier(
"x",
),
@52-53 Num(
"5",
),
),
],
},
@55-57 SpaceBefore(
Num(
"42",
),
[
Newline,
Newline,
],
),
),
[
LineComment(
"######",
),
LineComment(
"## not docs!",
),
DocComment(
"actually docs",
),
DocComment(
"",
),
LineComment(
"#####",
),
],
)