diff options
author | Dmitry Gutov <dgutov@yandex.ru> | 2016-01-10 04:38:34 +0300 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2016-01-10 04:38:34 +0300 |
commit | cca0f933594a22a834ffae5475488a6066c584c1 (patch) | |
tree | b4c12a0b7e45e2da4f393d66a9bf9e64497e9425 /test/automated | |
parent | c71e1e86dff7e5a385107c358d25dce9027915c0 (diff) | |
download | emacs-cca0f933594a22a834ffae5475488a6066c584c1.tar.gz emacs-cca0f933594a22a834ffae5475488a6066c584c1.tar.bz2 emacs-cca0f933594a22a834ffae5475488a6066c584c1.zip |
; Account for spaces before the filename
Diffstat (limited to 'test/automated')
-rw-r--r-- | test/automated/vc-hg.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/vc-hg.el b/test/automated/vc-hg.el index 6a746ce5890..68282713a8a 100644 --- a/test/automated/vc-hg.el +++ b/test/automated/vc-hg.el @@ -45,7 +45,7 @@ (ert-deftest vc-hg-annotate-extract-revision-at-line-with-both () (with-temp-buffer - (save-excursion (insert "philringnalda 218075 2014-11-28 CLOBBER:")) + (save-excursion (insert "philringnalda 218075 2014-11-28 CLOBBER:")) (should (equal (vc-hg-annotate-extract-revision-at-line) (cons "218075" |