Changeset 21148

Show
Ignore:
Timestamp:
07/01/08 22:40:35 (5 months ago)
Author:
moritz
Message:

[spec] started to move junction tests (and upate POD). Much more work need

Location:
t/spec/S03-junctions
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • t/spec/S03-junctions/misc.t

    r21086 r21148  
    138138 
    139139 
    140 =pod 
     140=begin description 
    141141 
    142142Tests junction examples from Synopsis 03  
     
    147147L<S03/Junctive operators> 
    148148 
    149 =cut 
     149=end description 
    150150 
    151151# Canonical stringification of a junction 
     
    211211} 
    212212 
    213 =pod 
     213=begin description 
    214214 
    215215These are implemented but still awaiting clarification on p6l. 
     
    224224 > operations, and rejunctify the results. 
    225225 
    226 =cut 
     226=end description 
    227227 
    228228{ 
     
    310310    is $c, 1, 'if modifier with junction should be called once'; 
    311311} 
    312