summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2022-03-05 11:15:28 +0000
committerArne H Juul <arnej@yahooinc.com>2022-03-05 11:39:01 +0000
commitea70e42de03cf8febd60af4c249f11253f7d4704 (patch)
treeb3ea1c5ab7678418398866f7a7fb41f1c01f665b /config-model/src/test/examples
parentcbf63c2d12795bbf6b3a3a9b20dce03e91bfaffa (diff)
should parse with new code
Diffstat (limited to 'config-model/src/test/examples')
-rw-r--r--config-model/src/test/examples/structoutsideofdocument.sd4
1 files changed, 3 insertions, 1 deletions
diff --git a/config-model/src/test/examples/structoutsideofdocument.sd b/config-model/src/test/examples/structoutsideofdocument.sd
index 806351cd709..77bb3224816 100644
--- a/config-model/src/test/examples/structoutsideofdocument.sd
+++ b/config-model/src/test/examples/structoutsideofdocument.sd
@@ -1,7 +1,7 @@
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search structoutsideofdocument {
- # (will fail)
+ # (will fail with old parser)
struct nalle {
field foo type int {}
@@ -13,3 +13,5 @@ search structoutsideofdocument {
indexing: summary
}
}
+
+}