mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-06-03 10:04:08 +02:00
unquote strings
This commit is contained in:
parent
f492a63ab1
commit
c7d87804f8
4 changed files with 96 additions and 69 deletions
|
|
@ -3,14 +3,14 @@ source: tests/parse.rs
|
|||
expression: parsed
|
||||
---
|
||||
Table({
|
||||
"\"LightmappedGeneric\"": Table(Table({
|
||||
"\"$detailblendfactor\"": Value(Value("\"1\"")),
|
||||
"\"%keywords\"": Value(Value("\"tf\"")),
|
||||
"\"$ssbump\"": Value(Value("\"1\"")),
|
||||
"\"$baseTexture\"": Value(Value("\"cp_mountainlab/concrete/concretefloor003\"")),
|
||||
"\"$detailblendmode\"": Value(Value("\"0\"")),
|
||||
"\"$detailscale\"": Value(Value("\"1.9\"")),
|
||||
"\"$bumpmap\"": Value(Value("\"concrete/concretefloor007b_height-ssbump\"")),
|
||||
"\"$detail\"": Value(Value("\"overlays/detail001\"")),
|
||||
"LightmappedGeneric": Table(Table({
|
||||
"$detailblendmode": Value(Value("0")),
|
||||
"$detailscale": Value(Value("1.9")),
|
||||
"%keywords": Value(Value("tf")),
|
||||
"$bumpmap": Value(Value("concrete/concretefloor007b_height-ssbump")),
|
||||
"$detail": Value(Value("overlays/detail001")),
|
||||
"$baseTexture": Value(Value("cp_mountainlab/concrete/concretefloor003")),
|
||||
"$detailblendfactor": Value(Value("1")),
|
||||
"$ssbump": Value(Value("1")),
|
||||
})),
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue