aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2022-03-05 11:16:13 +0000
committerArne H Juul <arnej@yahooinc.com>2022-03-05 11:39:01 +0000
commitf02d6ede9674f6d55332837f3c37961c0693e788 (patch)
treee32aec6bd6a7aed5959c49caeb1ab7754296521d /config-model/src/test/examples
parentea70e42de03cf8febd60af4c249f11253f7d4704 (diff)
use a special file for bad parse test
Diffstat (limited to 'config-model/src/test/examples')
-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 {
+ }
+ }
+}