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