Skip to content

Commit

Permalink
Merge branch '7.0' into 7.1
Browse files Browse the repository at this point in the history
* 7.0:
  fix expression language precedence cell grouping
  • Loading branch information
OskarStark committed May 21, 2024
2 parents 5e9e248 + 38e1972 commit c223c31
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 @@ -455,9 +455,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 c223c31

Please sign in to comment.