File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ subtest 'Errors with show_stacktrace and circular references' => sub {
209
209
set something_with_config => {something => config};
210
210
set password => ' ===VERY-UNIQUE-STRING===' ;
211
211
set innocent_thing => ' ===VERY-INNOCENT-STRING===' ;
212
- set template => ' simple ' ;
212
+ set template => ' tiny ' ;
213
213
214
214
# Trigger an error that makes Dancer2::Core::Error::_censor enter an
215
215
# infinite loop
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ use HTTP::Request::Common;
15
15
1;
16
16
};
17
17
18
- set template => ' simple ' ;
18
+ set template => ' tiny ' ;
19
19
20
20
get ' /' => sub {
21
21
template t => { hi => ' hello' },
Original file line number Diff line number Diff line change 1
- < % hi %>
1
+ [ % hi %]
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ use HTTP::Request::Common;
38
38
# Also ensure that the current log level, not the log level when the serialiser is created, is what counts.
39
39
set log => ' debug' ;
40
40
set serializer => ' JSON' ;
41
- set template => ' Simple ' ;
41
+ set template => ' Tiny ' ;
42
42
set session => ' Simple' ;
43
43
set log => ' warning' ;
44
44
You can’t perform that action at this time.
0 commit comments