Skip to content

Commit 3e8a744

Browse files
committed
Getting better at #18
Seeing some light at the end of the tunnel for #16 and #13. Also just eliminating debug code. And found also #18
1 parent 00f9f26 commit 3e8a744

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

t/040-pod-extraction.t

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,15 @@ diag 'Test pod extraction';
1919

2020
mkdir DOC;
2121
(DOC ~ '/a-pod-file.pod6').IO.spurt(q:to/POD-CONTENT/);
22-
=pod A test file
23-
=TITLE This is a title
22+
=begin pod
23+
=TITLE This is a title
2424
25-
Some text
26-
27-
=end pod
25+
Some text
26+
=end pod
2827
POD-CONTENT
2928

3029
$cache .= new( :source( DOC ), :path( REP ), :!verbose);
31-
# $cache.update-cache;
30+
$cache.update-cache;
3231

3332
#--MARKER-- Test 1
3433
ok $cache.pod('a-pod-file')[0] ~~ Pod::Block::Named, 'pod is returned from cache';

0 commit comments

Comments
 (0)