aboutsummaryrefslogtreecommitdiff
path: root/src/vdf/tests
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2022-07-04 11:37:25 +0200
committerJan200101 <sentrycraft123@gmail.com>2022-07-04 11:37:25 +0200
commite4cff606fccdb7b8ac1c9bf5204a6b52e296bfe9 (patch)
tree43843689376e2a5f09da9ecdf5182149848980d5 /src/vdf/tests
parent5b429ff5fdb18ff5f37443aff96393ac950afe0d (diff)
downloadOFQT-e4cff606fccdb7b8ac1c9bf5204a6b52e296bfe9.tar.gz
OFQT-e4cff606fccdb7b8ac1c9bf5204a6b52e296bfe9.zip
store conditional
we do not have an opinion on if WIN32 is PC or Windows or whatever, we give you the tools
Diffstat (limited to 'src/vdf/tests')
-rw-r--r--src/vdf/tests/files/registry.vdf5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vdf/tests/files/registry.vdf b/src/vdf/tests/files/registry.vdf
index 60bdfaf..7c9a1a7 100644
--- a/src/vdf/tests/files/registry.vdf
+++ b/src/vdf/tests/files/registry.vdf
@@ -22,6 +22,11 @@
"new\nline" "ab\ncd"
"back\\slash" "ab\\cd"
}
+ "conditionals"
+ {
+ "win32" "value" [$WIN32]
+ "x360" "value" [$X360]
+ }
}
}
}