Tests: (src) Implement

This commit is contained in:
Adam Porter 2023-03-09 01:45:03 -06:00
parent 68ac6ddd28
commit d784f8f71c
3 changed files with 69 additions and 3 deletions

29
tests/data-src.org Normal file
View file

@ -0,0 +1,29 @@
#+title: org-ql test data for ~src~ predicate
* Alpha
#+begin_src elisp
(message "foo")
#+end_src
#+begin_src python
print("foo")
#+end_src
#+begin_src js
console.log("foo")
#+end_src
* Bravo
#+begin_src elisp
(message "bar")
#+end_src
#+begin_src python
print("bar")
#+end_src
* Charlie
This entry has no source block.