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/string/bad-byte-escape.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-byte-escape.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 14
|
||||
|
|
||||
1 | naughty = "\xAg"
|
||||
| ^
|
||||
invalid escape sequence
|
||||
expected `b`, `f`, `n`, `r`, `t`, `u`, `U`, `\`, `"`
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-codepoint.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-codepoint.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 76
|
||||
|
|
||||
1 | invalid-codepoint = "This string contains a non scalar unicode codepoint \uD801"
|
||||
| ^
|
||||
invalid unicode 4-digit hex code
|
||||
value is out of range
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-concat.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-concat.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 21
|
||||
|
|
||||
1 | no_concat = "first" "second"
|
||||
| ^
|
||||
expected newline, `#`
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-escape-1.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-escape-1.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 43
|
||||
|
|
||||
1 | invalid-escape = "This string has a bad \a escape character."
|
||||
| ^
|
||||
invalid escape sequence
|
||||
expected `b`, `f`, `n`, `r`, `t`, `u`, `U`, `\`, `"`
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-escape-2.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-escape-2.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 43
|
||||
|
|
||||
1 | invalid-escape = "This string has a bad \ escape character."
|
||||
| ^
|
||||
invalid escape sequence
|
||||
expected `b`, `f`, `n`, `r`, `t`, `u`, `U`, `\`, `"`
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-hex-esc-1.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-hex-esc-1.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 20
|
||||
|
|
||||
1 | bad-hex-esc-1 = "\x0g"
|
||||
| ^
|
||||
invalid escape sequence
|
||||
expected `b`, `f`, `n`, `r`, `t`, `u`, `U`, `\`, `"`
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-hex-esc-2.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-hex-esc-2.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 20
|
||||
|
|
||||
1 | bad-hex-esc-2 = "\xG0"
|
||||
| ^
|
||||
invalid escape sequence
|
||||
expected `b`, `f`, `n`, `r`, `t`, `u`, `U`, `\`, `"`
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-hex-esc-3.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-hex-esc-3.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 20
|
||||
|
|
||||
1 | bad-hex-esc-3 = "\x"
|
||||
| ^
|
||||
invalid escape sequence
|
||||
expected `b`, `f`, `n`, `r`, `t`, `u`, `U`, `\`, `"`
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-hex-esc-4.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-hex-esc-4.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 20
|
||||
|
|
||||
1 | bad-hex-esc-4 = "\x 50"
|
||||
| ^
|
||||
invalid escape sequence
|
||||
expected `b`, `f`, `n`, `r`, `t`, `u`, `U`, `\`, `"`
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-hex-esc-5.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-hex-esc-5.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 20
|
||||
|
|
||||
1 | bad-hex-esc-5 = "\x 50"
|
||||
| ^
|
||||
invalid escape sequence
|
||||
expected `b`, `f`, `n`, `r`, `t`, `u`, `U`, `\`, `"`
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-hex-esc.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-hex-esc.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 20
|
||||
|
|
||||
1 | bad-hex-esc-1 = "\x0g"
|
||||
| ^
|
||||
invalid escape sequence
|
||||
expected `b`, `f`, `n`, `r`, `t`, `u`, `U`, `\`, `"`
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-multiline.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-multiline.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 20
|
||||
|
|
||||
1 | multi = "first line
|
||||
| ^
|
||||
invalid basic string
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-slash-escape.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-slash-escape.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 43
|
||||
|
|
||||
1 | invalid-escape = "This string has a bad \/ escape character."
|
||||
| ^
|
||||
invalid escape sequence
|
||||
expected `b`, `f`, `n`, `r`, `t`, `u`, `U`, `\`, `"`
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-uni-esc-1.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-uni-esc-1.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 13
|
||||
|
|
||||
1 | str = "val\ue"
|
||||
| ^
|
||||
invalid unicode 4-digit hex code
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-uni-esc-2.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-uni-esc-2.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 13
|
||||
|
|
||||
1 | str = "val\Ux"
|
||||
| ^
|
||||
invalid unicode 8-digit hex code
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-uni-esc-3.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-uni-esc-3.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 13
|
||||
|
|
||||
1 | str = "val\U0000000"
|
||||
| ^
|
||||
invalid unicode 8-digit hex code
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-uni-esc-4.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-uni-esc-4.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 13
|
||||
|
|
||||
1 | str = "val\U0000"
|
||||
| ^
|
||||
invalid unicode 8-digit hex code
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-uni-esc-5.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/bad-uni-esc-5.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 13
|
||||
|
|
||||
1 | str = "val\Ugggggggg"
|
||||
| ^
|
||||
invalid unicode 8-digit hex code
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/basic-byte-escapes.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/basic-byte-escapes.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 13
|
||||
|
|
||||
1 | answer = "\x33"
|
||||
| ^
|
||||
invalid escape sequence
|
||||
expected `b`, `f`, `n`, `r`, `t`, `u`, `U`, `\`, `"`
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 10
|
||||
|
|
||||
1 | a = """\UFFFFFFFF"""
|
||||
| ^
|
||||
invalid unicode 8-digit hex code
|
||||
value is out of range
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 10
|
||||
|
|
||||
1 | a = """\U00D80000"""
|
||||
| ^
|
||||
invalid unicode 8-digit hex code
|
||||
value is out of range
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/basic-multiline-quotes.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/basic-multiline-quotes.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 46
|
||||
|
|
||||
1 | str5 = """Here are three quotation marks: """."""
|
||||
| ^
|
||||
expected newline, `#`
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 10
|
||||
|
|
||||
1 | a = """\@"""
|
||||
| ^
|
||||
invalid escape sequence
|
||||
expected `b`, `f`, `n`, `r`, `t`, `u`, `U`, `\`, `"`
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 8
|
||||
|
|
||||
1 | a = "\UFFFFFFFF"
|
||||
| ^
|
||||
invalid unicode 8-digit hex code
|
||||
value is out of range
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 8
|
||||
|
|
||||
1 | a = "\U00D80000"
|
||||
| ^
|
||||
invalid unicode 8-digit hex code
|
||||
value is out of range
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/basic-unknown-escape.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/basic-unknown-escape.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 8
|
||||
|
|
||||
1 | a = "\@"
|
||||
| ^
|
||||
invalid escape sequence
|
||||
expected `b`, `f`, `n`, `r`, `t`, `u`, `U`, `\`, `"`
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/literal-multiline-quotes-1.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/literal-multiline-quotes-1.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 28
|
||||
|
|
||||
1 | a = '''6 apostrophes: ''''''
|
||||
| ^
|
||||
expected newline, `#`
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/literal-multiline-quotes-2.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/literal-multiline-quotes-2.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 29
|
||||
|
|
||||
1 | a = '''15 apostrophes: ''''''''''''''''''
|
||||
| ^
|
||||
expected newline, `#`
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/missing-quotes.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/missing-quotes.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 8
|
||||
|
|
||||
1 | name = value
|
||||
| ^
|
||||
invalid string
|
||||
expected `"`, `'`
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/multiline-bad-escape-1.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/multiline-bad-escape-1.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 1, column 11
|
||||
|
|
||||
1 | k = """t\a"""
|
||||
| ^
|
||||
invalid escape sequence
|
||||
expected `b`, `f`, `n`, `r`, `t`, `u`, `U`, `\`, `"`
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/multiline-bad-escape-2.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/multiline-bad-escape-2.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 2, column 11
|
||||
|
|
||||
2 | k = """t\ t"""
|
||||
| ^
|
||||
invalid escape sequence
|
||||
expected `b`, `f`, `n`, `r`, `t`, `u`, `U`, `\`, `"`
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/multiline-bad-escape-3.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/multiline-bad-escape-3.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 2, column 11
|
||||
|
|
||||
2 | k = """t\ """
|
||||
| ^
|
||||
invalid escape sequence
|
||||
expected `b`, `f`, `n`, `r`, `t`, `u`, `U`, `\`, `"`
|
||||
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/multiline-escape-space.stderr
vendored
Normal file
6
third-party/vendor/toml_edit/tests/fixtures/invalid/string/multiline-escape-space.stderr
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TOML parse error at line 2, column 9
|
||||
|
|
||||
2 | foo \ \n
|
||||
| ^
|
||||
invalid escape sequence
|
||||
expected `b`, `f`, `n`, `r`, `t`, `u`, `U`, `\`, `"`
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/multiline-no-close-2.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/multiline-no-close-2.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 7
|
||||
|
|
||||
1 | x="""
|
||||
| ^
|
||||
invalid multiline basic string
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/multiline-no-close.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/multiline-no-close.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 2, column 20
|
||||
|
|
||||
2 | this will fail
|
||||
| ^
|
||||
invalid multiline basic string
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/multiline-quotes-1.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/multiline-quotes-1.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 23
|
||||
|
|
||||
1 | a = """6 quotes: """"""
|
||||
| ^
|
||||
expected newline, `#`
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/no-close.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/no-close.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 42
|
||||
|
|
||||
1 | no-ending-quote = "One time, at band camp
|
||||
| ^
|
||||
invalid basic string
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/text-after-string.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/text-after-string.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 41
|
||||
|
|
||||
1 | string = "Is there life after strings?" No.
|
||||
| ^
|
||||
expected newline, `#`
|
||||
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/wrong-close.stderr
vendored
Normal file
5
third-party/vendor/toml_edit/tests/fixtures/invalid/string/wrong-close.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOML parse error at line 1, column 39
|
||||
|
|
||||
1 | bad-ending-quote = "double and single'
|
||||
| ^
|
||||
invalid basic string
|
||||
Loading…
Add table
Add a link
Reference in a new issue