mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +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:
parent
35a4df769c
commit
4ab9cb5bac
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user