Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera committed Dec 3, 2024
1 parent 2433785 commit f19e4cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_mathics_precedence.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ def test_precedence_order():
assert len(fails) == 0



# Here are "operational" tests. In my opinion, these tests belongs to mathics-core.
# Some of them fails, not because the data in the tables are wrong,
# but because our parser gives a different result when two operators has the same precedence:
Expand Down Expand Up @@ -381,7 +380,7 @@ def test_precedence_order():
),
(
r"a\[DirectedEdge]b\[UndirectedEdge]c//FullForm",
"UndirectedEdge[DirectedEdge[a, b], c]"
"UndirectedEdge[DirectedEdge[a, b], c]",
# In WMA, this is parsed as:
#'DirectedEdge[UndirectedEdge[a, b], c]'
),
Expand Down

0 comments on commit f19e4cb

Please sign in to comment.