Home | History | Annotate | Download | only in test
      1 #This is a test
      2 # file for our hdf loader
      3 
      4 Test.Wow = Foo
      5 Test.Foo : Test.Wow
      6 
      7 Test.Embedded {
      8   Foo = Bar
      9   Bar {
     10     Baz [Lang] = Boom
     11   }
     12   Bar [Lang=en] = Barn
     13   bar [tag="help me"]= Door
     14   Bar2 {
     15     Born = Again
     16   }
     17   Attr1 [tag="baseball",fielder=catcher,basehit] = 1
     18   Attr2 [tag="baseball", fielder=catcher,basehit] = 1
     19   Attr3 [tag="baseball",fielder=catcher, basehit] = 1
     20   Attr4 [tag="baseball", fielder=catcher, basehit] = 1
     21 }
     22 
     23 #include "test2.hdf"
     24