Fix tests; we don't use tab-width for indent level anymore

This commit is contained in:
Joost Diepenmaat 2019-09-24 17:34:56 +02:00
parent 16a52eb0fe
commit cc125c9f75
No known key found for this signature in database
GPG Key ID: C945FE6EED8A098C
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ Finally, the indented text in the buffer will be compared with AFTER."
(plantuml-mode)
;; use 2 spaces instead of one tab for indentation
(setq indent-tabs-mode nil)
(setq tab-width 2)
(setq plantuml-indent-level 2)
(indent-region (point-min) (point-max))
(should (equal (buffer-string) after))))