Hi Jochen,

the ** means zero or more directories
the * means exactly one file or directory

Robert

On Tue, 19 Jul 2016 08:00:57 +0200, Jochen Wiedmann <[email protected]> wrote:

Hi,

could anyone explain to me, why the following unit test fails. (I am
using MatchPatterns from maven-shared-utils 3.0.1:)

        final MatchPatterns mp = MatchPatterns.from("ORG/APACHE/**/*");
        assertTrue(mp.matches("ORG/APACHE/TEST.JAVA", true));

Thanks,

Jochen


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to