started working on ini parser
This commit is contained in:
12
tests/ini/test1.ini
Normal file
12
tests/ini/test1.ini
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
[Test_Values]
|
||||
a = "Hello world!\n"
|
||||
b = true
|
||||
c = false
|
||||
c = 3.1415926
|
||||
d = 123456
|
||||
e = -2.71828
|
||||
f = -890
|
||||
g = .34
|
||||
abc3d = "Hello world from the funny engine, you can use \" to add quotes"
|
||||
|
||||
Reference in New Issue
Block a user