Skip to content

Commit

Permalink
minor #19894 fix expression language precedence cell grouping (homers…
Browse files Browse the repository at this point in the history
…impsons)

This PR was merged into the 6.4 branch.

Discussion
----------

fix expression language precedence cell grouping

Fix for #19860 (comment)

I do not know how to test the changes as those were working with the doc builder previously.

Commits
-------

46562c0 fix expression language precedence cell grouping
  • Loading branch information
OskarStark committed May 21, 2024
2 parents fe023ab + 46562c0 commit f3356f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/formats/expression_language.rst
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,9 @@ Operators associativity
``~`` left
``+``, ``-`` left
``..`` left
``==``, ``===``, ``!=``, ``!==``, left
``<``, ``>``, ``>=``, ``<=``,
``not in``, ``in``, ``contains``,
``==``, ``===``, ``!=``, ``!==``, \ left
``<``, ``>``, ``>=``, ``<=``, \
``not in``, ``in``, ``contains``, \
``starts with``, ``ends with``, ``matches``
``&`` left
``^`` left
Expand Down

0 comments on commit f3356f4

Please sign in to comment.