We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3831017 commit 7ced6fdCopy full SHA for 7ced6fd
cmd/cue/cmd/testdata/script/unknown_filetype_attrval.txtar
@@ -0,0 +1,10 @@
1
+# Check that we cannot specify an arbitary unknown key-value pair
2
+# in a filetype.
3
+# TODO fix this test.
4
+
5
+exec cue export cue+foo=bar: x.cue
6
+# cmp stderr expect-stderr
7
+-- x.cue --
8
+true
9
+-- expect-stderr --
10
+unknown filetype foo
0 commit comments