We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2597621 commit 4f3a215Copy full SHA for 4f3a215
cmd/cue/cmd/testdata/script/load_pkg.txtar
@@ -16,6 +16,7 @@ cmp stdout stdout-pkg
16
17
# don't allow mixing two differently named packages
18
! exec cue eval kube.cue foo/kube2.cue
19
+cmpenv stderr different-packages.stderr
20
21
# When passing multiple CUE files in different directories,
22
# cue/load will sort the filenames so that children come later.
@@ -33,6 +34,8 @@ cmp stdout stdout-sort
33
34
35
cd ..
36
37
+-- different-packages.stderr --
38
+found packages "kube" (kube.cue) and "kube2" (kube2.cue) in "${WORK@R}"
39
-- data.cue --
40
foo:3
41
-- t.cue --
0 commit comments