mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-04 06:32:24 +00:00
Set test to fail with newer org version
* yasnippet-tests.el (yas-org-native-tab-in-source-block): Expect to fail for org 9.x.
This commit is contained in:
@@ -1340,7 +1340,7 @@ TODO: be meaner"
|
|||||||
|
|
||||||
(ert-deftest yas-org-native-tab-in-source-block ()
|
(ert-deftest yas-org-native-tab-in-source-block ()
|
||||||
"Test expansion of snippets in org source blocks."
|
"Test expansion of snippets in org source blocks."
|
||||||
:expected-result (if (fboundp 'org-in-src-block-p)
|
:expected-result (if (and (fboundp 'org-in-src-block-p) (version< (org-version) "9"))
|
||||||
:passed :failed)
|
:passed :failed)
|
||||||
(yas-saving-variables
|
(yas-saving-variables
|
||||||
(yas-with-snippet-dirs
|
(yas-with-snippet-dirs
|
||||||
|
|||||||
Reference in New Issue
Block a user