mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-06-03 10:04:08 +02:00
test for broken array
This commit is contained in:
parent
a71c6e73f0
commit
ff98651b2a
3 changed files with 6 additions and 1 deletions
|
|
@ -5,6 +5,8 @@ expression: parsed
|
|||
Table({
|
||||
"#base": Statement(Statement("panelBase.res")),
|
||||
"Resource/specificPanel.res": Table(Table({
|
||||
"$envmaptint": Value(Value(".5")),
|
||||
".5": Value(Value(".5")),
|
||||
"\\\"$translucent\"": Value(Value("1")),
|
||||
"array": Array(Array([
|
||||
Value(Value("1")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue