# -*- mode: snippet -*- # name: guix-cvs-reference # key: cvs-reference... # -- (cvs-reference (root-directory "${1:root-directory}") (module "${2:module}") (revision "${3:revision}"))nate' title='Atom feed' href='https://git.koszko.org/guix/atom/tests/glob.scm?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/tests/glob.scm
AgeCommit message (Expand)Author
2020-12-09guix: Add globstar support....* guix/glob.scm (string->sglob) (glob-match?): Add globstar support. * tests/glob.scm: Update accordingly. Signed-off-by: Jelle Licht <jlicht@fsfe.org> Giacomo Leidi