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

« back to all changes in this revision

Viewing changes to src/libpicviz/tests/test-var-all.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 = "All Variables Test";
 
3
}
 
4
axes {
 
5
    char     axis1;
 
6
    gold     axis2;
 
7
    short    axis3;
 
8
    integer  axis4;
 
9
    float    axis5;
 
10
    timeline axis6;
 
11
    ipv4     axis7;
 
12
    string   axis8;
 
13
}
 
14
data {
 
15
    axis1="127",axis2="716",axis3="16368",axis4="32737",axis5="32737",axis6="12:00",axis7="127.127.127.127",axis8="This is what a medium string should be or maybe not because a longer string is better ?!!!!";
 
16
}
 
17