mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
toml: deprecate input.auto_config() and toml.parse() (#13770)
This commit is contained in:
parent
3e41be1ff4
commit
156efec278
6 changed files with 50 additions and 22 deletions
|
@ -84,7 +84,7 @@ pub fn decode_quoted_escapes(mut q ast.Quoted) ? {
|
|||
return
|
||||
}
|
||||
|
||||
mut s := scanner.new_simple(q.text) ?
|
||||
mut s := scanner.new_simple_text(q.text) ?
|
||||
q.text = q.text.replace('\\"', '"')
|
||||
|
||||
for {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue