source: tags/libIGCM_v1/libIGCM_card/IGCM_card_Test.ref @ 293

Last change on this file since 293 was 2, checked in by mmaipsl, 16 years ago

MM: import first trunk version of libIGCM.

File size: 787 bytes
Line 
1
2[Messages]
3Option1= "Hello Earth"
4Option2= "Hello Mars"
5ListVal1= ()
6ListVal2= ()
7ListVal3= ()
8
9# My comments
10[Recipes]
11Cake= "file1.doc"
12Starter= "file2.doc"
13
14[ColorValues]
15Red= 120
16Blue= 230
17Green= 178
18AnotherRed= 234
19
20[Couples]
21List1=   (up, down), \
22         (humid, dry), \
23         (hot, cold), \
24         (far, close)
25List2=   (ice, fire, air, water)
26
27"Hello Earth"
28"Hello Mars"
29120
30230
31178
32Cake Starter
33List1 List2
34Hello Mars
35120
36up down humid dry hot cold far close
37ice fire air water
38Red Blue Green AnotherRed
39one, two, three, four
404,7c4,7
41< Option2= "Hello Mars"
42< ListVal1= ()
43< ListVal2= ()
44< ListVal3= ()
45---
46> Option2= "Hello Mercure"
47> ListVal1= ( 1, 2, 3 )
48> ListVal2= (Sebastien, Martial, Patrick)
49> ListVal3= ( one, two, three, four )
5015c15
51< Red= 120
52---
53> Red= 888
Note: See TracBrowser for help on using the repository browser.