aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/prelude/semantics/test/rulebases/inheritingrules/parent.sr
blob: 0ef0f0613a925b9c563e6a4b3aa1933f970fb5a8 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
@include(grandfather.sr)

[brand] [vehicle] -> vehiclebrand:[brand];

@include(grandmother.sr)

[brand] :- alfa, audi, bmw;