1
0
Fork 0

Add argument to ‘format’

oops.
This commit is contained in:
Tom Willemse 2020-10-16 12:57:26 -07:00
parent 3c005ded28
commit e09b37ab69

View file

@ -28,7 +28,7 @@
(file-exists-p (format "test/%s-test.el" module))) (file-exists-p (format "test/%s-test.el" module)))
(defun integration-test-exists-p (module) (defun integration-test-exists-p (module)
(file-exists-p (format "test/integration/%s.bats"))) (file-exists-p (format "test/integration/%s.bats" module)))
(defun prepare-value-for-yaml (object) (defun prepare-value-for-yaml (object)
(pcase object (pcase object