Skip to content

Commit

Permalink
Getting better at #18
Browse files Browse the repository at this point in the history
Seeing some light at the end of the tunnel for #16 and #13. Also just eliminating debug code. And found also #18
  • Loading branch information
JJ committed Feb 26, 2020
1 parent 00f9f26 commit 3e8a744
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions t/040-pod-extraction.t
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,15 @@ diag 'Test pod extraction';

mkdir DOC;
(DOC ~ '/a-pod-file.pod6').IO.spurt(q:to/POD-CONTENT/);
=pod A test file
=TITLE This is a title
=begin pod
=TITLE This is a title
Some text
=end pod
Some text
=end pod
POD-CONTENT

$cache .= new( :source( DOC ), :path( REP ), :!verbose);
# $cache.update-cache;
$cache.update-cache;

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

0 comments on commit 3e8a744

Please sign in to comment.