root/tests/UI/testUI.cfg @ 345

Revision 345, 401 bytes (checked in by mido, 15 years ago)

dodelano user_info, castecne predelano podle stabni kultury, zbyva otestovat a udelat dokumentaci

  • Property svn:eol-style set to native
Line 
1//test
2pepikovo :
3{
4  class = "Car";
5  year = 1998;
6  manufacturer = "audi";
7  kilometers = 25000;
8};
9jardovo :
10{
11  class = "Car";
12  year = 1992;
13  manufacturer = "liaz";
14  kilometers = 1555000;
15};
16ondrejovo :
17{
18  class = "Bike";
19  year = 1996;
20  manufacturer = "author";
21  electricLights = true;
22  matr = ( 2, 2, [ 1.0, 0.0, 0.0, 1.0 ] );
23};
24elisky : "jardovo";
25kati : "skubankovo@testUI_ex.cfg";
Note: See TracBrowser for help on using the browser.