Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/array-missing-comma.toml
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/array-missing-comma.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
arrr = [true false]
|
@ -0,0 +1,4 @@
|
||||
[[parent-table.arr]]
|
||||
[parent-table]
|
||||
not-arr = 1
|
||||
arr = 2
|
@ -0,0 +1,2 @@
|
||||
a=true
|
||||
[[a]]
|
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/array/file-end-after-val.toml
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/array/file-end-after-val.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
a=[1
|
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/array/unclosed-after-item.toml
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/array/unclosed-after-item.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
v=[1,
|
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/array/unclosed-empty.toml
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/array/unclosed-empty.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
v=[
|
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/basic-str-ends-in-escape.toml
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/basic-str-ends-in-escape.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
"backslash is the last char\
|
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/boolean/invalid-false-casing.toml
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/boolean/invalid-false-casing.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
val=falsE
|
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/boolean/invalid-true-casing.toml
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/boolean/invalid-true-casing.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
val=trUe
|
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/dates-and-times/invalid-day.toml
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/dates-and-times/invalid-day.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
"only 28 or 29 days in february" = 1988-02-30
|
2
Dependencies/Python/Lib/test/test_tomllib/data/invalid/dotted-keys/access-non-table.toml
vendored
Normal file
2
Dependencies/Python/Lib/test/test_tomllib/data/invalid/dotted-keys/access-non-table.toml
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
a = false
|
||||
a.b = true
|
3
Dependencies/Python/Lib/test/test_tomllib/data/invalid/dotted-keys/extend-defined-aot.toml
vendored
Normal file
3
Dependencies/Python/Lib/test/test_tomllib/data/invalid/dotted-keys/extend-defined-aot.toml
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[[tab.arr]]
|
||||
[tab]
|
||||
arr.val1=1
|
@ -0,0 +1,4 @@
|
||||
[a.b.c.d]
|
||||
z = 9
|
||||
[a]
|
||||
b.c.d.k.t = 8
|
4
Dependencies/Python/Lib/test/test_tomllib/data/invalid/dotted-keys/extend-defined-table.toml
vendored
Normal file
4
Dependencies/Python/Lib/test/test_tomllib/data/invalid/dotted-keys/extend-defined-table.toml
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
[a.b.c]
|
||||
z = 9
|
||||
[a]
|
||||
b.c.t = 9
|
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/inline-table-missing-comma.toml
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/inline-table-missing-comma.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
arrr = { comma-missing = true valid-toml = false }
|
@ -0,0 +1 @@
|
||||
table1 = { table2.dupe = 1, table2.dupe = 2 }
|
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/inline-table/define-twice.toml
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/inline-table/define-twice.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
table = { dupe = 1, dupe = 2 }
|
@ -0,0 +1 @@
|
||||
a={b=1
|
2
Dependencies/Python/Lib/test/test_tomllib/data/invalid/inline-table/mutate.toml
vendored
Normal file
2
Dependencies/Python/Lib/test/test_tomllib/data/invalid/inline-table/mutate.toml
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
a = { b = 1 }
|
||||
a.b = 2
|
@ -0,0 +1,5 @@
|
||||
[tab.nested]
|
||||
inline-t = { nest = {} }
|
||||
|
||||
[tab]
|
||||
nested.inline-t.nest = 2
|
@ -0,0 +1,3 @@
|
||||
inline-t = { nest = {} }
|
||||
|
||||
[[inline-t.nest]]
|
@ -0,0 +1,3 @@
|
||||
inline-t = { nest = {} }
|
||||
|
||||
[inline-t.nest]
|
@ -0,0 +1 @@
|
||||
a = { b = 1, b.c = 2 }
|
@ -0,0 +1 @@
|
||||
tab = { inner.table = [{}], inner.table.val = "bad" }
|
@ -0,0 +1 @@
|
||||
tab = { inner = { dog = "best" }, inner.cat = "worst" }
|
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/inline-table/unclosed-empty.toml
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/inline-table/unclosed-empty.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
a={
|
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/invalid-comment-char.toml
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/invalid-comment-char.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
# form feed () not allowed in comments
|
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/invalid-escaped-unicode.toml
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/invalid-escaped-unicode.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
escaped-unicode = "\uabag"
|
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/invalid-hex.toml
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/invalid-hex.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
hex = 0xgabba00f1
|
@ -0,0 +1 @@
|
||||
[fwfw.wafw
|
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/keys-and-vals/ends-early.toml
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/keys-and-vals/ends-early.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
fs.fw
|
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/keys-and-vals/no-value.toml
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/keys-and-vals/no-value.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
why-no-value=
|
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/keys-and-vals/only-ws-after-dot.toml
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/keys-and-vals/only-ws-after-dot.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
fs.
|
@ -0,0 +1,2 @@
|
||||
a=1
|
||||
[a.b.c.d]
|
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/literal-str/unclosed.toml
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/literal-str/unclosed.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
unclosed='dwdd
|
@ -0,0 +1,2 @@
|
||||
[[closing-bracket.missing]
|
||||
blaa=2
|
2
Dependencies/Python/Lib/test/test_tomllib/data/invalid/missing-closing-square-bracket.toml
vendored
Normal file
2
Dependencies/Python/Lib/test/test_tomllib/data/invalid/missing-closing-square-bracket.toml
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
[closing-bracket.missingö
|
||||
blaa=2
|
@ -0,0 +1,2 @@
|
||||
s="""cr is not an allowed line ending
|
||||
but we just tried to use it
|
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/multiline-basic-str/escape-only.toml
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/multiline-basic-str/escape-only.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
bee = """\"""
|
@ -0,0 +1 @@
|
||||
a="""
|
@ -0,0 +1,4 @@
|
||||
bee = """
|
||||
hee \
|
||||
|
||||
gee \ """
|
@ -0,0 +1,3 @@
|
||||
bee = """
|
||||
hee
|
||||
gee\
|
@ -0,0 +1 @@
|
||||
a='''
|
3
Dependencies/Python/Lib/test/test_tomllib/data/invalid/multiline-literal-str/unclosed.toml
vendored
Normal file
3
Dependencies/Python/Lib/test/test_tomllib/data/invalid/multiline-literal-str/unclosed.toml
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
bee = '''
|
||||
hee
|
||||
gee ''
|
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/non-scalar-escaped.toml
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/non-scalar-escaped.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
a="\ud800"
|
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/table/eof-after-opening.toml
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/table/eof-after-opening.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
[
|
3
Dependencies/Python/Lib/test/test_tomllib/data/invalid/table/redefine-1.toml
vendored
Normal file
3
Dependencies/Python/Lib/test/test_tomllib/data/invalid/table/redefine-1.toml
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[t1]
|
||||
t2.t3.v = 0
|
||||
[t1.t2]
|
3
Dependencies/Python/Lib/test/test_tomllib/data/invalid/table/redefine-2.toml
vendored
Normal file
3
Dependencies/Python/Lib/test/test_tomllib/data/invalid/table/redefine-2.toml
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[t1]
|
||||
t2.t3.v = 0
|
||||
[t1.t2.t3]
|
4
Dependencies/Python/Lib/test/test_tomllib/data/invalid/unclosed-multiline-string.toml
vendored
Normal file
4
Dependencies/Python/Lib/test/test_tomllib/data/invalid/unclosed-multiline-string.toml
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
not-closed= """
|
||||
diibaa
|
||||
blibae ete
|
||||
eteta
|
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/unclosed-string.toml
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/invalid/unclosed-string.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
"a-string".must-be = "closed
|
1
Dependencies/Python/Lib/test/test_tomllib/data/valid/apostrophes-in-literal-string.json
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/valid/apostrophes-in-literal-string.json
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"this-str-has-apostrophes": {"type": "string", "value": "' there's one already\n'' two more\n''"}}
|
3
Dependencies/Python/Lib/test/test_tomllib/data/valid/apostrophes-in-literal-string.toml
vendored
Normal file
3
Dependencies/Python/Lib/test/test_tomllib/data/valid/apostrophes-in-literal-string.toml
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
this-str-has-apostrophes='''' there's one already
|
||||
'' two more
|
||||
'''''
|
11
Dependencies/Python/Lib/test/test_tomllib/data/valid/array/array-subtables.json
vendored
Normal file
11
Dependencies/Python/Lib/test/test_tomllib/data/valid/array/array-subtables.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{"arr":
|
||||
{"type":"array","value":
|
||||
[
|
||||
{"subtab":
|
||||
{"val": {"type":"integer","value":"1"}
|
||||
}
|
||||
},
|
||||
{"subtab": {"val": {"type":"integer","value":"2"}}}
|
||||
]
|
||||
}
|
||||
}
|
7
Dependencies/Python/Lib/test/test_tomllib/data/valid/array/array-subtables.toml
vendored
Normal file
7
Dependencies/Python/Lib/test/test_tomllib/data/valid/array/array-subtables.toml
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
[[arr]]
|
||||
[arr.subtab]
|
||||
val=1
|
||||
|
||||
[[arr]]
|
||||
[arr.subtab]
|
||||
val=2
|
6
Dependencies/Python/Lib/test/test_tomllib/data/valid/array/open-parent-table.json
vendored
Normal file
6
Dependencies/Python/Lib/test/test_tomllib/data/valid/array/open-parent-table.json
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent-table": {
|
||||
"arr": {"type":"array","value":[{},{}]},
|
||||
"not-arr": {"type":"integer","value":"1"}
|
||||
}
|
||||
}
|
4
Dependencies/Python/Lib/test/test_tomllib/data/valid/array/open-parent-table.toml
vendored
Normal file
4
Dependencies/Python/Lib/test/test_tomllib/data/valid/array/open-parent-table.toml
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
[[parent-table.arr]]
|
||||
[[parent-table.arr]]
|
||||
[parent-table]
|
||||
not-arr = 1
|
4
Dependencies/Python/Lib/test/test_tomllib/data/valid/boolean.json
vendored
Normal file
4
Dependencies/Python/Lib/test/test_tomllib/data/valid/boolean.json
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"a": {"type":"bool","value":"true"},
|
||||
"b": {"type":"bool","value":"false"}
|
||||
}
|
2
Dependencies/Python/Lib/test/test_tomllib/data/valid/boolean.toml
vendored
Normal file
2
Dependencies/Python/Lib/test/test_tomllib/data/valid/boolean.toml
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
'a'=true
|
||||
"b"=false
|
4
Dependencies/Python/Lib/test/test_tomllib/data/valid/dates-and-times/datetimes.json
vendored
Normal file
4
Dependencies/Python/Lib/test/test_tomllib/data/valid/dates-and-times/datetimes.json
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"local-dt": {"type":"datetime-local","value":"1988-10-27t01:01:01"},
|
||||
"zulu-dt": {"type":"datetime","value":"1988-10-27t01:01:01z"}
|
||||
}
|
2
Dependencies/Python/Lib/test/test_tomllib/data/valid/dates-and-times/datetimes.toml
vendored
Normal file
2
Dependencies/Python/Lib/test/test_tomllib/data/valid/dates-and-times/datetimes.toml
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
local-dt=1988-10-27t01:01:01
|
||||
zulu-dt=1988-10-27t01:01:01z
|
2
Dependencies/Python/Lib/test/test_tomllib/data/valid/dates-and-times/localtime.json
vendored
Normal file
2
Dependencies/Python/Lib/test/test_tomllib/data/valid/dates-and-times/localtime.json
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
{"t":
|
||||
{"type":"time-local","value":"00:00:00.999999"}}
|
1
Dependencies/Python/Lib/test/test_tomllib/data/valid/dates-and-times/localtime.toml
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/valid/dates-and-times/localtime.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
t=00:00:00.99999999999999
|
1
Dependencies/Python/Lib/test/test_tomllib/data/valid/empty-inline-table.json
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/valid/empty-inline-table.json
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"empty": {}}
|
1
Dependencies/Python/Lib/test/test_tomllib/data/valid/empty-inline-table.toml
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/valid/empty-inline-table.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
empty ={ }#nothing here
|
4
Dependencies/Python/Lib/test/test_tomllib/data/valid/five-quotes.json
vendored
Normal file
4
Dependencies/Python/Lib/test/test_tomllib/data/valid/five-quotes.json
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"five-quotes": {"type":"string","value":"Closing with five quotes\n\"\""},
|
||||
"four-quotes": {"type":"string","value":"Closing with four quotes\n\""}
|
||||
}
|
6
Dependencies/Python/Lib/test/test_tomllib/data/valid/five-quotes.toml
vendored
Normal file
6
Dependencies/Python/Lib/test/test_tomllib/data/valid/five-quotes.toml
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
five-quotes = """
|
||||
Closing with five quotes
|
||||
"""""
|
||||
four-quotes = """
|
||||
Closing with four quotes
|
||||
""""
|
5
Dependencies/Python/Lib/test/test_tomllib/data/valid/hex-char.json
vendored
Normal file
5
Dependencies/Python/Lib/test/test_tomllib/data/valid/hex-char.json
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"a": {"type":"string","value":"a"},
|
||||
"b": {"type":"string","value":"b"},
|
||||
"c": {"type":"string","value":"c"}
|
||||
}
|
3
Dependencies/Python/Lib/test/test_tomllib/data/valid/hex-char.toml
vendored
Normal file
3
Dependencies/Python/Lib/test/test_tomllib/data/valid/hex-char.toml
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
a="\u0061"
|
||||
b="\u0062"
|
||||
c="\U00000063"
|
@ -0,0 +1 @@
|
||||
{"beee": {"type": "string", "value": "heeee\ngeeee"}}
|
@ -0,0 +1,6 @@
|
||||
beee = """
|
||||
heeee
|
||||
geeee\
|
||||
|
||||
|
||||
"""
|
1
Dependencies/Python/Lib/test/test_tomllib/data/valid/no-newlines.json
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/valid/no-newlines.json
vendored
Normal file
@ -0,0 +1 @@
|
||||
{}
|
1
Dependencies/Python/Lib/test/test_tomllib/data/valid/no-newlines.toml
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/valid/no-newlines.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
#no newlines at all here
|
7
Dependencies/Python/Lib/test/test_tomllib/data/valid/trailing-comma.json
vendored
Normal file
7
Dependencies/Python/Lib/test/test_tomllib/data/valid/trailing-comma.json
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
{"arr":
|
||||
{"type":"array","value":
|
||||
[
|
||||
{"type":"integer","value":"1"}
|
||||
]
|
||||
}
|
||||
}
|
1
Dependencies/Python/Lib/test/test_tomllib/data/valid/trailing-comma.toml
vendored
Normal file
1
Dependencies/Python/Lib/test/test_tomllib/data/valid/trailing-comma.toml
vendored
Normal file
@ -0,0 +1 @@
|
||||
arr=[1,]
|
Reference in New Issue
Block a user