aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/prelude/semantics/test/rulebases/comparison.sr
blob: d9a9e9e2d17f22542cb4359536c84ddd693fdd97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
[island] +> island:[island];

[coffee] +> coffee:[coffee];

[island]=[coffee] +> control:ambigous;

[island] :- java, borneo, kanava;

[coffee] :- arabica, java;

[island]=~'av' +> off;

[...]>'o' +> highletter;