diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-05-11 21:27:45 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-05-11 21:29:43 -0400 |
commit | ee2bd9aab5b8e9503eb4c24f90d7b0b9817bad53 (patch) | |
tree | 99d2035fa9f731fc5f18bf30b68d8febe366ef95 /snakemake-test.el | |
parent | 001fc4ad589893515375f439d56e5a1ee169d527 (diff) | |
download | snakemake-mode-ee2bd9aab5b8e9503eb4c24f90d7b0b9817bad53.tar.gz |
Extend snakemake-block-bounds function
Include name and block type.
Diffstat (limited to 'snakemake-test.el')
-rw-r--r-- | snakemake-test.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/snakemake-test.el b/snakemake-test.el index fc063c6..fd4daac 100644 --- a/snakemake-test.el +++ b/snakemake-test.el @@ -567,13 +567,13 @@ x = [1, ;;;; Info and navigation -(ert-deftest snakemake-test-block-bounds () +(ert-deftest snakemake-test-block-info () (should-not (snakemake-with-temp-text " rule abc: output: 'file'" - (snakemake-block-bounds)))) + (snakemake-block-info)))) (ert-deftest snakemake-test-beginning-of-block () (should |