diff options
-rw-r--r-- | snakemake-test.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/snakemake-test.el b/snakemake-test.el index 8442b82..80b6bcd 100644 --- a/snakemake-test.el +++ b/snakemake-test.el @@ -814,6 +814,12 @@ two words" (should-not (snakemake-with-temp-dir (snakemake-check-target "aa.out.not-target"))) + (should + (snakemake-with-temp-dir + (snakemake-check-target "aa"))) + (should-not + (snakemake-with-temp-dir + (snakemake-check-target "cc_wildcards"))) ;; Write-protected targets should be recognized as valid targets ;; despite Snakemake throwing an error. (should |