Skip to content

Commit 1f3f467

Browse files
committed
test: test nested ini filepaths
1 parent 3186ac4 commit 1f3f467

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

tests/peepee/Index.ini

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
DataModule
2+
ModuleName = Benchmark
3+
SupportedGameVersion = Pre-Release 4.0
4+
IncludeFile = Benchmark.rte/Effects.ini
5+
IncludeFile = Benchmark.rte/Benchmark.ini
6+
IncludeFile = Benchmark.rte/Mission Activities.ini
7+
Test = Vector
8+
X = 1
9+
Y = 3
10+
Test = ContentFile
11+
FilePath = test
12+
Test = Color
13+
R = 4
14+
G = -2
15+
B = 3
16+
Test = Box
17+
Corner = Vector
18+
X = 9
19+
Y = 2
20+
Width = 1
21+
Height = 2
22+
Test = Area
23+
Name = peep
24+
AddBox = Box
25+
Corner = Vector
26+
X = 0
27+
Y = 0
28+
Width = 0
29+
Height = 0
30+
Test = GlobalScript
31+
PresetName = peppp
32+
Description = rprpp
33+
ScriptPath = Base.rte/rrr.png
34+
LuaClassName = penis
35+
Test = Exit
36+
Offset = Vector
37+
X = 0
38+
Y = 0
39+
Velocity = Vector
40+
X = 0
41+
Y = 0
42+
Radius = 10
43+
Range = 35 /*
44+
45+
46+
47+
48+

0 commit comments

Comments
 (0)