source: Daodan/obj/testini.ini@ 776

Last change on this file since 776 was 451, checked in by rossy, 15 years ago

bsl thingy

File size: 684 bytes
RevLine 
[451]1! --- Syntax Tests ---
2 # Test comment
3
4test1=hi
5
6[TestA]
7test2=lol hi
8test3=this is test2
9test4=
10 test5=sup
11
12!This is test B
13 [Test B]
14test6=test B is awesome
15
16! --- Parsing Tests ---
17
18IntTest=0x00000001
19IntTest=0x00000010
20IntTest=0xA
21IntTest=0xFFFFFFFF
22IntTest=102
23SIntTest=-3456
24IntTest=4294967295
25SIntTest=2147483647
26SIntTest=-2147483648
27
28# These tests are supposed to return an error (0x100000000)
29IntTest=0xEFG
30IntTest=0x123456789
31IntTest=0x
32IntTest=4294967296
33SIntTest=2147483648
34SIntTest=-2147483649
35IntTest=4294967297
36SIntTest=2147483649
37SIntTest=-2147483650
38
39CleanTest= True
40CleanTest= False
41CleanTest=True True
Note: See TracBrowser for help on using the repository browser.