root/tests/UI/UIbuilder_test.cfg @ 278

Revision 278, 219 bytes (checked in by smidl, 15 years ago)

props

  • Property svn:eol-style set to native
Line 
1//test
2test:
3{
4type= "test";
5a= 1;
6S= "hello!!!";
7};
8test2:
9{
10type= "internal";
11path="int";
12};
13test3:
14{
15type= "external";
16filename = "UIbuilder_test_ex.cfg";
17path="test2";
18};
19int:
20{
21type= "test2";
22a= 1;
23S= "yeah!!!";
24};
Note: See TracBrowser for help on using the browser.