mirror of
https://github.com/Bornholm/formidable.git
synced 2025-07-22 05:21:33 +02:00
feat: url based data loading system
This commit is contained in:
19
internal/data/format/hcl/testdata/dummy.hcl
vendored
Normal file
19
internal/data/format/hcl/testdata/dummy.hcl
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
test = 1
|
||||
|
||||
test1 = 2 + 1
|
||||
|
||||
foo = {
|
||||
description = "Ça fait des trucs"
|
||||
type = "object"
|
||||
properties = {
|
||||
type = "string"
|
||||
minLength = 5
|
||||
}
|
||||
test = [
|
||||
"foo",
|
||||
{
|
||||
test = "foo"
|
||||
},
|
||||
5 + 5.2
|
||||
]
|
||||
}
|
1
internal/data/format/hcl/testdata/dummy_no_ext
vendored
Normal file
1
internal/data/format/hcl/testdata/dummy_no_ext
vendored
Normal file
@ -0,0 +1 @@
|
||||
foo = "bar"
|
Reference in New Issue
Block a user