Skip to content

Commit

Permalink
Update mustache_tree.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotwrobson committed Mar 17, 2024
1 parent ec0ca74 commit b2e3110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chevron2/mustache_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ def process_raw_token_list(raw_token_list: t.List) -> t.List:
TokenType.END_SECTION,
TokenType.INVERTED_SECTION,
TokenType.SECTION,
TokenType.PARTIAL,
)

indices_to_delete = set()
Expand Down

0 comments on commit b2e3110

Please sign in to comment.