Skip to content

Commit

Permalink
feat(eo-phi-normalizer): add test for empty parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Nov 28, 2024
1 parent 4e1483d commit 57df3f4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions eo-phi-normalizer/test/eo/phi/from-eo/as-phi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,17 @@ tests:
}
- name: "Prints empty parentheses"
input: |
{⟦ m ↦ ⟦ x ↦ ⟦ ⟧ ⟧() ⟧}
normalized: |
{⟦ m ↦ ⟦ x ↦ ⟦ ⟧ ⟧() ⟧}
prettified: |
{
m ↦ ⟦
x ↦ ⟦ ⟧
()
}

0 comments on commit 57df3f4

Please sign in to comment.