root/tests/UI/UIbuilder_test.cfg
@
271
Revision 271, 219 bytes (checked in by smidl, 16 years ago) |
---|
Rev | Line | |
---|---|---|
[271] | 1 | //test |
[244] | 2 | test: |
3 | { | |
4 | type= "test"; | |
5 | a= 1; | |
6 | S= "hello!!!"; | |
7 | }; | |
8 | test2: | |
9 | { | |
[246] | 10 | type= "internal"; |
11 | path="int"; | |
12 | }; | |
13 | test3: | |
14 | { | |
[244] | 15 | type= "external"; |
16 | filename = "UIbuilder_test_ex.cfg"; | |
17 | path="test2"; | |
[246] | 18 | }; |
19 | int: | |
20 | { | |
21 | type= "test2"; | |
22 | a= 1; | |
23 | S= "yeah!!!"; | |
[244] | 24 | }; |
Note: See TracBrowser
for help on using the browser.