root/tests/UI/UIbuilder_test.cfg @ 278

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

props

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