summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/outsidesummary.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/examples/outsidesummary.sd')
-rw-r--r--config-model/src/test/examples/outsidesummary.sd6
1 files changed, 3 insertions, 3 deletions
diff --git a/config-model/src/test/examples/outsidesummary.sd b/config-model/src/test/examples/outsidesummary.sd
index 5fadc1948f0..a95cbb0c628 100644
--- a/config-model/src/test/examples/outsidesummary.sd
+++ b/config-model/src/test/examples/outsidesummary.sd
@@ -3,17 +3,17 @@ search outsidesummary {
document-summary other {
- summary sa type string {
+ summary sa {
dynamic
source: a
}
- summary sa2 type string {
+ summary sa2 {
full
source: a
}
- summary a type string {
+ summary a {
}
}