~ubuntu-branches/ubuntu/trusty/picviz/trusty

« back to all changes in this revision

Viewing changes to src/libpicviz/tests/test-filters.pcv

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2009-03-30 10:42:08 UTC
  • Revision ID: james.westby@ubuntu.com-20090330104208-j095obwkp574t1lm
Tags: upstream-0.5
ImportĀ upstreamĀ versionĀ 0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
header {
 
2
        title = "Test my filters";
 
3
}
 
4
engine {
 
5
        string_algo = "basic";
 
6
}
 
7
axes {
 
8
        string axis1;
 
9
        string axis2;
 
10
        string axis3;
 
11
}
 
12
data {
 
13
        axis1="Marge",axis2="Homer",axis3="Maggy";
 
14
        axis1="Skinner",axis2="Apu",axis3="Bart";
 
15
        axis1="Burns",axis2="Wiggum",axis3="Willie";
 
16
        axis1="Duffman",axis2="0foobar",axis3="Marge";
 
17
}
 
18