Home
last modified time | relevance | path

Searched defs:toml_input (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/tests/testsuite/
Dinvalid.rs74 let toml_input = "a = 01"; in bad() localVariable
85 let toml_input = "a = 1__1"; in bad() localVariable
97 let toml_input = "a = 1_"; in bad() localVariable
109 let toml_input = "''"; in bad() localVariable
120 let toml_input = "a = 9e99999"; in bad() localVariable
131 let toml_input = "a = \"\u{7f}\""; in bad() localVariable
142 let toml_input = "a = '\u{7f}'"; in bad() localVariable
153 let toml_input = "a = -0x1"; in bad() localVariable
164 let toml_input = "a = 0x-1"; in bad() localVariable
176 let toml_input = "a.b.c = 1 in bad() localVariable
[all …]