summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/badparse.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/examples/badparse.sd')
-rwxr-xr-xconfig-model/src/test/examples/badparse.sd7
1 files changed, 7 insertions, 0 deletions
diff --git a/config-model/src/test/examples/badparse.sd b/config-model/src/test/examples/badparse.sd
new file mode 100755
index 00000000000..caeb1856e6b
--- /dev/null
+++ b/config-model/src/test/examples/badparse.sd
@@ -0,0 +1,7 @@
+# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+search foo {
+ document foo {
+ something invalid here {
+ }
+ }
+}