File: various.txt

package info (click to toggle)
golang-github-cue-lang-cue 0.14.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,644 kB
  • sloc: makefile: 20; sh: 15
file content (20 lines) | stat: -rw-r--r-- 526 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
-- want --
valid:
$work/valid.cue
$work/vendor/x/y

omitted:
$work/.hg_archival.txt: file is inserted by 'hg archive' and is always omitted
$work/sub/cue.mod/module.cue: file is in another module
$work/.git: directory is a version control repository

invalid:
$work/CUE.MOD: cue.mod directories must have lowercase names
$work/invalid.cue': malformed file path "invalid.cue'": invalid char '\''
-- valid.cue --
-- CUE.MOD --
-- invalid.cue' --
-- vendor/x/y --
-- sub/cue.mod/module.cue --
-- .hg_archival.txt --
-- .git/x --