Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cocolato committed Nov 11, 2024
1 parent a08ff83 commit c6aa6be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_lexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ def test_ampersand_issue_412(self):
TemplateNode({}, [Text("\nproperty = <&node>;\n\n", (1, 1))]),
)

def _dont_test_dict_expression_issue_400(self):
def test_dict_expression_issue_400(self):
"""test for issue #400"""
template = """
<%def name="dtest(d)">
Expand Down Expand Up @@ -897,7 +897,7 @@ def _dont_test_dict_expression_issue_400(self):
),
)

def _dont_test_dict_expression_2_issue_400(self):
def test_dict_expression_2_issue_400(self):
"""test for issue #400"""
template = """
<%def name="thing(thing)">
Expand Down

0 comments on commit c6aa6be

Please sign in to comment.