|
[Rivet-svn] r1696 - trunk/src/Tools/YAMLblackhole at projects.hepforge.org blackhole at projects.hepforge.orgWed Jul 15 21:32:52 BST 2009
Author: buckley Date: Wed Jul 15 21:32:51 2009 New Revision: 1696 Log: Testing what can be done with data arrays: they can't just be unnamed arrays, it seems. Modified: trunk/src/Tools/YAML/test.yaml Modified: trunk/src/Tools/YAML/test.yaml ============================================================================== --- trunk/src/Tools/YAML/test.yaml Wed Jul 15 21:28:24 2009 (r1695) +++ trunk/src/Tools/YAML/test.yaml Wed Jul 15 21:32:51 2009 (r1696) @@ -13,3 +13,7 @@ - [1,2,3,4,5,6,7] - [1,2,3,4,5,6,7] - [1,2,3,4,5,6,7] +[0,0]: [7,6,5,4,3,2,1,0] +[1,0]: [7,6,5,4,3,2,1,0] +[0,1]: [7,6,5,4,3,2,1,0] +[1,1]: [7,6,5,4,3,2,1,0]
More information about the Rivet-svn mailing list |