File tree 1 file changed +5
-2
lines changed
cmd/cue/cmd/testdata/script
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ special: {
55
55
// These are all valid.
56
56
underscoreFile: _ @embed(file="y/_test.json")
57
57
dotFile: _ @embed(file="y/.test.json")
58
+ dotFileExplicit: _ @embed(glob="y/.*.json", type=yaml)
58
59
dotdotFile: _ @embed(file="..dotdot.json")
59
60
underscoreDir: _ @embed(file="_y/test.json")
60
61
dotDir: _ @embed(file=".y/test.json")
@@ -244,6 +245,7 @@ special: {
244
245
dotFile: {
245
246
z: 46
246
247
}
248
+ dotFileExplicit: {}
247
249
dotdotFile: {
248
250
dotdot: true
249
251
}
@@ -311,8 +313,9 @@ j: '''
311
313
'''
312
314
special: {
313
315
// These are all valid.
314
- underscoreFile: z: 45
315
- dotFile: z: 46
316
+ underscoreFile: z: 45
317
+ dotFile: z: 46
318
+ dotFileExplicit: {}
316
319
dotdotFile: dotdot: true
317
320
underscoreDir: z: 47
318
321
dotDir: z: 48
You can’t perform that action at this time.
0 commit comments