Move EndBlock to own element
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
08b480705b
commit
383f543119
4 changed files with 38 additions and 43 deletions
|
|
@ -22,15 +22,15 @@ TemplateAst {
|
|||
[Content]"Hello World!" (18..30),
|
||||
),
|
||||
],
|
||||
end_block: Block {
|
||||
prev_whitespace_content: Some(
|
||||
[Whitespace]"\n" (30..31),
|
||||
),
|
||||
expression: EndBlock,
|
||||
post_whitespace_content: Some(
|
||||
[Whitespace]"\n\n" (40..42),
|
||||
),
|
||||
},
|
||||
},
|
||||
Block {
|
||||
prev_whitespace_content: Some(
|
||||
[Whitespace]"\n" (30..31),
|
||||
),
|
||||
expression: EndBlock,
|
||||
post_whitespace_content: Some(
|
||||
[Whitespace]"\n\n" (40..42),
|
||||
),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue