Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
6
third-party/vendor/toml_edit/tests/fixtures/invalid/bool/almost-false-with-extra.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/bool/almost-false-with-extra.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 5
|
||||
|
|
||||
1 | a = falsify
|
||||
| ^
|
||||
invalid string
|
||||
expected `"`, `'`
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/bool/almost-false.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/bool/almost-false.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 5
|
||||
|
|
||||
1 | a = fals
|
||||
| ^
|
||||
invalid string
|
||||
expected `"`, `'`
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/bool/almost-true-with-extra.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/bool/almost-true-with-extra.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 5
|
||||
|
|
||||
1 | a = truthy
|
||||
| ^
|
||||
invalid string
|
||||
expected `"`, `'`
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/bool/almost-true.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/bool/almost-true.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 5
|
||||
|
|
||||
1 | a = tru
|
||||
| ^
|
||||
invalid string
|
||||
expected `"`, `'`
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/bool/just-f.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/bool/just-f.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 5
|
||||
|
|
||||
1 | a = f
|
||||
| ^
|
||||
invalid string
|
||||
expected `"`, `'`
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/bool/just-t.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/bool/just-t.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 5
|
||||
|
|
||||
1 | a = t
|
||||
| ^
|
||||
invalid string
|
||||
expected `"`, `'`
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/bool/mixed-case.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/bool/mixed-case.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 9
|
||||
|
|
||||
1 | valid = False
|
||||
| ^
|
||||
invalid string
|
||||
expected `"`, `'`
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/bool/starting-same-false.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/bool/starting-same-false.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 10
|
||||
|
|
||||
1 | a = falsey
|
||||
| ^
|
||||
expected newline, `#`
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/bool/starting-same-true.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/bool/starting-same-true.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 9
|
||||
|
|
||||
1 | a = truer
|
||||
| ^
|
||||
expected newline, `#`
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/bool/wrong-case-false.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/bool/wrong-case-false.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 5
|
||||
|
|
||||
1 | b = FALSE
|
||||
| ^
|
||||
invalid string
|
||||
expected `"`, `'`
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/bool/wrong-case-true.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/bool/wrong-case-true.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 5
|
||||
|
|
||||
1 | a = TRUE
|
||||
| ^
|
||||
invalid string
|
||||
expected `"`, `'`
|
||||
Loading…
Add table
Add a link
Reference in a new issue