]> code.delx.au - gnu-emacs-elpa/blobdiff - test/clang-tests.el
Move company-files closer to the front of company-backends
[gnu-emacs-elpa] / test / clang-tests.el
index abe690b386c1e953d6c0cc3f6c682f6361299a8c..2b8b105508e02f3baf36b5509759ee6ffbb1579a 100644 (file)
 (require 'company-tests)
 (require 'company-clang)
 
-(ert-deftest company-clang-objc-templatify ()
-  (with-temp-buffer
-    (let ((text "createBookWithTitle:andAuthor:"))
-      (insert text)
-      (company-clang-objc-templatify text)
-      (should (equal "createBookWithTitle:arg0 andAuthor:arg1" (buffer-string)))
-      (should (looking-at "arg0"))
-      (should (null (overlay-get (company-template-field-at) 'display))))))
-
 (ert-deftest company-clang-simple-annotation ()
   (let ((str (propertize
               "foo" 'meta