Skip to content

Commit

Permalink
✏️ Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
boisgera committed Aug 21, 2024
1 parent 6027185 commit c21401a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pandoc/types/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ def parse(src: str) -> list[Decl]:
... ]
... ]
... ]
...]
... ]
True
>>> parse("data Alignment = AlignLeft | AlignRight | AlignCenter | AlignDefault") == [
... ['data',
Expand Down

0 comments on commit c21401a

Please sign in to comment.