slightly less incomplete deparse output
[scpubgit/DX.git] / t / 01basics.t
index fa69c59..4bdfda1 100644 (file)
@@ -43,6 +43,7 @@ my $ss = use_module('DX::SearchState')->new(
 );
 
 #::Dwarn($ss->with_one_step->with_one_step);
-warn deparse(my $f = $ss->with_one_step->with_one_step->with_one_step);
+warn deparse(my $f = $ss->with_one_step->with_one_step);
+warn deparse($f->with_one_step);
 
-::Dwarn($f->current_hypothesis->resolved_propositions->dependency_map);
+#::Dwarn($f->current_hypothesis->resolved_propositions->dependency_map);