mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 05:03:04 +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 ()
|
||||
"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)
|
||||
(yas-saving-variables
|
||||
(yas-with-snippet-dirs
|
||||
|
Loading…
x
Reference in New Issue
Block a user