We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f9864 commit 0da5202Copy full SHA for 0da5202
t/02-processing.t
@@ -2,7 +2,7 @@ use 5.008000;
2
use strict;
3
use warnings;
4
5
-use Test::More tests => 7;
+use Test::More tests => 9;
6
use Config::Processor;
7
8
my $CONFIG_PROCESSOR = Config::Processor->new(
@@ -18,8 +18,8 @@ t_merging_mixed($CONFIG_PROCESSOR);
18
t_variable_interpolation_on($CONFIG_PROCESSOR);
19
t_variable_interpolation_off();
20
21
-#t_directive_processing_on($CONFIG_PROCESSOR);
22
-#t_directive_processing_off();
+t_directive_processing_on($CONFIG_PROCESSOR);
+t_directive_processing_off();
23
24
t_complete_processing($CONFIG_PROCESSOR);
25
0 commit comments