We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd0df5 commit 2c6a4aaCopy full SHA for 2c6a4aa
test/test_generic_operators.jl
@@ -3,9 +3,7 @@ using Test
3
4
## Test operators on strings:
5
6
-operators = GenericOperatorEnum(;
7
- binary_operators=(*,),
8
-)
+operators = GenericOperatorEnum(; binary_operators=(*,))
9
10
x1, x2, x3 = [Node(String; feature=i) for i in 1:3]
11
tree = x1 * " " * "World!"
0 commit comments