Patrick wrote:
I've been hoping to avoid subdirs in the SXX directories.
In other words, instead of having
S29-functions/type1/*.t
S29-functions/type2/*.t
S29-functions/type3/*.t
I'd like to see
S29-type1/*.t
S29-type2/*.t
S29-type3/*.t
The idea is to have one directory under spec/ for each
major topic, not one directory for each Synopsis.
Ok, I see.
So I'm doing wrong now with pugs/t/spec/S29-functions.
I had discussed the [S29/subdir/*.t] structure with
particle over irc, but probably I misunderstood.
So I'd better change these tests to something like:
t/spec/S29-str/chomp.t
t/spec/S29-str/p5chomp.t
...
t/spec/{syn_number}-{syn_section_title}/{function}.t
Is that ok?
--
Cosimo