mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
toml: deprecate input.auto_config() and toml.parse() (#13770)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user