summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/prelude/semantics/test/rulebases/comparison.sr
blob: 0075893316bb37f257f6d1f0da8dfcacfef1fe8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2017 Yahoo Holdings. 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;