/[webpac2]/trunk/t/2-parse.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/t/2-parse.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 700 by dpavlin, Mon Sep 25 11:14:53 2006 UTC revision 701 by dpavlin, Mon Sep 25 12:51:47 2006 UTC
# Line 66  my $expected_depend = { Line 66  my $expected_depend = {
66                                foo => { "foo-input1" => 11, "foo-input2" => 11 },                                foo => { "foo-input1" => 11, "foo-input2" => 11 },
67                              },                              },
68              "foo-input2" => {              "foo-input2" => {
69                                bar => { "bar-input" => "200-a-200-e" },                                bar => { "bar-input" => "900-x" },
70                                baz => { "baz-input" => "200-a" },                                baz => { "baz-input" => "900-x" },
71                                foo => { "foo-input1" => 11, "foo-input2" => 11 },                                foo => { "foo-input1" => "245-a", "foo-input2" => "245-a" },
72                              },                              },
73            },            },
74     bar => { "bar-input" => { foo => { "foo-input1" => "245-a" } } },     bar => {
75     baz => { "baz-input" => { baz => { "baz-input" => "900-x" } } },              "bar-input" => {
76                      baz => { "baz-input" => "900-x" },
77                      foo => { "foo-input1" => "245-a" },
78                    },
79              },
80       baz => {
81                "baz-input" => {
82                      bar => { "bar-input" => "900-x" },
83                      foo => { "foo-input2" => "245-a" },
84                    },
85              },
86  };  };
87    
88    

Legend:
Removed from v.700  
changed lines
  Added in v.701

  ViewVC Help
Powered by ViewVC 1.1.26