Explorar el Código

Fix failing test

* testing/lisp/test-org-element.el (test-org-element/inline-src-block-parser):
  Fix failing test.
Nicolas Goaziou hace 9 años
padre
commit
5135540ba7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      testing/lisp/test-org-element.el

+ 1 - 1
testing/lisp/test-org-element.el

@@ -1210,7 +1210,7 @@ Some other text
 	    (org-element-property :value (org-element-context)))))
   (should
    (equal "(foo"
-	  (org-test-with-temp-text "src_emacs-lisp{foo}"
+	  (org-test-with-temp-text "src_emacs-lisp{(foo}"
 	    (org-element-property :value (org-element-context)))))
   (should
    (equal "foo)"