|
@@ -41,10 +41,9 @@
|
|
|
(forward-line 1)
|
|
|
(should (string= "testing" (org-babel-lob-execute
|
|
|
(org-babel-lob-get-info))))
|
|
|
- ;; (forward-line 1)
|
|
|
- ;; (should (string= "testing" (caar (org-babel-lob-execute
|
|
|
- ;; (org-babel-lob-get-info)))))
|
|
|
- ))
|
|
|
+ (forward-line 1)
|
|
|
+ (should (string= "testing" (caar (org-babel-lob-execute
|
|
|
+ (org-babel-lob-get-info)))))))
|
|
|
|
|
|
(provide 'test-ob-lob)
|
|
|
|