mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-06-03 10:04:08 +02:00
dont attempt to deserialize bracketed strings as arrays if they contain more brackets
This commit is contained in:
parent
1cc5b07228
commit
842cf2407c
7 changed files with 22 additions and 4 deletions
|
|
@ -15,8 +15,10 @@ expression: parsed
|
|||
"2",
|
||||
"3",
|
||||
],
|
||||
"bracket_string": "[{]",
|
||||
"empty": "",
|
||||
"empty quoted": "\"\"",
|
||||
"ignored_bracket_string": "[{]",
|
||||
"windows_path": "C:\\test\\no newline",
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ r#Resource/specificPanel.res(
|
|||
3,
|
||||
],
|
||||
windows_path: "C:\\test\\no newline",
|
||||
bracket_string: "[{]",
|
||||
r#\\"$translucent": true,
|
||||
r#$envmaptint: (0.5, 0.5, 0.5),
|
||||
)
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ r#Resource/specificPanel.res(
|
|||
3,
|
||||
],
|
||||
windows_path: "C:\\test\\no newline",
|
||||
bracket_string: "[{]",
|
||||
r#\\"$translucent": true,
|
||||
r#$envmaptint: (0.5, 0.5, 0.5),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue