Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/bare-cr.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/bare-cr.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 2, column 1
|
||||
|
|
||||
2 |
|
||||
| ^
|
||||
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/control/bare-formfeed.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/control/bare-formfeed.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 17
|
||||
|
|
||||
1 | bare-formfeed =
|
||||
| ^
|
||||
invalid string
|
||||
expected `"`, `'`
|
||||
BIN
third-party/vendor/toml_edit/tests/fixtures/invalid/control/bare-null.stderr
vendored
Normal file
BIN
third-party/vendor/toml_edit/tests/fixtures/invalid/control/bare-null.stderr
vendored
Normal file
Binary file not shown.
6
third-party/vendor/toml_edit/tests/fixtures/invalid/control/bare-vertical-tab.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/control/bare-vertical-tab.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 21
|
||||
|
|
||||
1 | bare-vertical-tab =
|
||||
| ^
|
||||
invalid string
|
||||
expected `"`, `'`
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/control/comment-cr.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/control/comment-cr.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 45
|
||||
|
|
||||
1 | comment-cr = "Carriage return in comment" #
|
||||
a=1
|
||||
| ^
|
||||
expected newline, `#`
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/comment-del.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/comment-del.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 24
|
||||
|
|
||||
1 | comment-del = "0x7f" #
|
||||
| ^
|
||||
expected newline, `#`
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/comment-lf.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/comment-lf.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 25
|
||||
|
|
||||
1 | comment-lf = "ctrl-P" #
|
||||
| ^
|
||||
expected newline, `#`
|
||||
BIN
third-party/vendor/toml_edit/tests/fixtures/invalid/control/comment-null.stderr
vendored
Normal file
BIN
third-party/vendor/toml_edit/tests/fixtures/invalid/control/comment-null.stderr
vendored
Normal file
Binary file not shown.
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/comment-us.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/comment-us.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 25
|
||||
|
|
||||
1 | comment-us = "ctrl-_" #
|
||||
| ^
|
||||
expected newline, `#`
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/control/control.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/control/control.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 9, column 22
|
||||
|
|
||||
9 | string-null = "null\x00"
|
||||
| ^
|
||||
invalid escape sequence
|
||||
expected `b`, `f`, `n`, `r`, `t`, `u`, `U`, `\`, `"`
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/multi-del.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/multi-del.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 20
|
||||
|
|
||||
1 | multi-del = """null"""
|
||||
| ^
|
||||
invalid multiline basic string
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/multi-lf.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/multi-lf.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 19
|
||||
|
|
||||
1 | multi-lf = """null"""
|
||||
| ^
|
||||
invalid multiline basic string
|
||||
BIN
third-party/vendor/toml_edit/tests/fixtures/invalid/control/multi-null.stderr
vendored
Normal file
BIN
third-party/vendor/toml_edit/tests/fixtures/invalid/control/multi-null.stderr
vendored
Normal file
Binary file not shown.
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/multi-us.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/multi-us.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 19
|
||||
|
|
||||
1 | multi-us = """null"""
|
||||
| ^
|
||||
invalid multiline basic string
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/rawmulti-del.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/rawmulti-del.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 23
|
||||
|
|
||||
1 | rawmulti-del = '''null'''
|
||||
| ^
|
||||
invalid multiline literal string
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/rawmulti-lf.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/rawmulti-lf.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 22
|
||||
|
|
||||
1 | rawmulti-lf = '''null'''
|
||||
| ^
|
||||
invalid multiline literal string
|
||||
BIN
third-party/vendor/toml_edit/tests/fixtures/invalid/control/rawmulti-null.stderr
vendored
Normal file
BIN
third-party/vendor/toml_edit/tests/fixtures/invalid/control/rawmulti-null.stderr
vendored
Normal file
Binary file not shown.
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/rawmulti-us.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/rawmulti-us.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 22
|
||||
|
|
||||
1 | rawmulti-us = '''null'''
|
||||
| ^
|
||||
invalid multiline literal string
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/rawstring-del.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/rawstring-del.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 22
|
||||
|
|
||||
1 | rawstring-del = 'null'
|
||||
| ^
|
||||
invalid literal string
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/rawstring-lf.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/rawstring-lf.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 21
|
||||
|
|
||||
1 | rawstring-lf = 'null'
|
||||
| ^
|
||||
invalid literal string
|
||||
BIN
third-party/vendor/toml_edit/tests/fixtures/invalid/control/rawstring-null.stderr
vendored
Normal file
BIN
third-party/vendor/toml_edit/tests/fixtures/invalid/control/rawstring-null.stderr
vendored
Normal file
Binary file not shown.
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/rawstring-us.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/rawstring-us.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 21
|
||||
|
|
||||
1 | rawstring-us = 'null'
|
||||
| ^
|
||||
invalid literal string
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/string-bs.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/string-bs.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 23
|
||||
|
|
||||
1 | string-bs = "backspace"
|
||||
| ^
|
||||
invalid basic string
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/string-del.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/string-del.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 19
|
||||
|
|
||||
1 | string-del = "null"
|
||||
| ^
|
||||
invalid basic string
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/string-lf.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/string-lf.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 18
|
||||
|
|
||||
1 | string-lf = "null"
|
||||
| ^
|
||||
invalid basic string
|
||||
BIN
third-party/vendor/toml_edit/tests/fixtures/invalid/control/string-null.stderr
vendored
Normal file
BIN
third-party/vendor/toml_edit/tests/fixtures/invalid/control/string-null.stderr
vendored
Normal file
Binary file not shown.
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/string-us.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/control/string-us.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 18
|
||||
|
|
||||
1 | string-us = "null"
|
||||
| ^
|
||||
invalid basic string
|
||||
Loading…
Add table
Add a link
Reference in a new issue