mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-06-03 10:04:08 +02:00
handle leading space in array strings
This commit is contained in:
parent
21e97bae76
commit
63b3bdbefd
5 changed files with 7 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
|||
"Types" {
|
||||
fixed_array "[1 2 3]"
|
||||
flex_array "[1.0 2.2]"
|
||||
tuple "[1 57]"
|
||||
tuple "[ 1 57]"
|
||||
single 1.2
|
||||
triple "{1.2 1.3 1.4}"
|
||||
single_int 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue