diff options
Diffstat (limited to 'test/paths.tm')
| -rw-r--r-- | test/paths.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/paths.tm b/test/paths.tm index 4ef0b028..92a14640 100644 --- a/test/paths.tm +++ b/test/paths.tm @@ -84,7 +84,7 @@ func main(): >> (./foo.txt):ends_with(".txt") = yes >> (./foo.txt):matches($|{..}/foo{..}|) - = yes + = [".", ".txt"]? >> (./foo.txt):replace($/.txt/, ".md") = (./foo.md) |
