aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/rankprofileinheritance/parent1.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/derived/rankprofileinheritance/parent1.sd')
-rw-r--r--config-model/src/test/derived/rankprofileinheritance/parent1.sd7
1 files changed, 7 insertions, 0 deletions
diff --git a/config-model/src/test/derived/rankprofileinheritance/parent1.sd b/config-model/src/test/derived/rankprofileinheritance/parent1.sd
index d4375427e11..d25182fde4c 100644
--- a/config-model/src/test/derived/rankprofileinheritance/parent1.sd
+++ b/config-model/src/test/derived/rankprofileinheritance/parent1.sd
@@ -15,11 +15,18 @@ schema parent1 {
expression: attribute(field1) + 5
}
+ function function1b() {
+ expression: attribute(field1) + 42
+ }
+
summary-features {
function1
attribute(field1)
}
+ match-features {
+ function1b
+ }
}
}