/[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 702 by dpavlin, Mon Sep 25 12:51:47 2006 UTC revision 703 by dpavlin, Mon Sep 25 13:24:09 2006 UTC
# Line 61  diag "depends = ",dump($d); Line 61  diag "depends = ",dump($d);
61  my $expected_depend = {  my $expected_depend = {
62     foo => {     foo => {
63              "foo-input1" => {              "foo-input1" => {
64                                bar => { "bar-input" => "200-a-200-e" },                                bar => { "bar-input" => { "200-a-200-e" => 1 } },
65                                baz => { "baz-input" => "200-a" },                                baz => { "baz-input" => { "200-a" => 1 } },
66                                foo => { "foo-input1" => 11, "foo-input2" => 11 },                                foo => { "foo-input1" => { 11 => 1 }, "foo-input2" => { 11 => 1 } },
67                              },                              },
68              "foo-input2" => {              "foo-input2" => {
69                                bar => { "bar-input" => "900-x" },                                bar => { "bar-input" => { "900-x" => 1 } },
70                                baz => { "baz-input" => "900-x" },                                baz => { "baz-input" => { "900-x" => 1 } },
71                                foo => { "foo-input1" => "245-a", "foo-input2" => "245-a" },                                foo => { "foo-input1" => { "245-a" => 1 }, "foo-input2" => { "245-a" => 1 } },
72                              },                              },
73            },            },
74     bar => {     bar => {
75              "bar-input" => {              "bar-input" => {
76                    baz => { "baz-input" => "900-x" },                    baz => { "baz-input" => { "900-x" => 1 } },
77                    foo => { "foo-input1" => "245-a" },                    foo => { "foo-input1" => { "245-a" => 1 } },
78                  },                  },
79            },            },
80     baz => {     baz => {
81              "baz-input" => {              "baz-input" => {
82                    bar => { "bar-input" => "900-x" },                    bar => { "bar-input" => { "900-x" => 1 } },
83                    foo => { "foo-input2" => "245-a" },                    foo => { "foo-input2" => { "245-a" => 1 } },
84                  },                  },
85            },            },
86  };  };

Legend:
Removed from v.702  
changed lines
  Added in v.703

  ViewVC Help
Powered by ViewVC 1.1.26