Skip to content

Commit

Permalink
Fix duplicate 'type' key in dictionary (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
flodolo authored Mar 18, 2024
1 parent 7f8631d commit bc5b0e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fluent.syntax/tests/syntax/test_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def test_ignore_attached_comment(self):
"type": "Message",
"id": {"name": "foo", "span": None, "type": "Identifier"},
"span": None,
"type": "Message",
}

message = self.parser.parse_entry(dedent_ftl(input))
Expand Down

0 comments on commit bc5b0e5

Please sign in to comment.