aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/prelude/semantics/test/rulebases/inheritingrules/parent.sr
blob: d5e86090a7099bb99e5dd7d9075c623ed9152352 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Vespa.ai. 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;