|
@@ -68,6 +68,18 @@
|
|
|
(org-babel-next-src-block 2)
|
|
|
(should (equal "1.00 2.00" (org-babel-execute-src-block)))))
|
|
|
|
|
|
+(ert-deftest ob-fortran/list-matrix-from-table1 ()
|
|
|
+ "Test real matrix from a table"
|
|
|
+ (org-test-at-id "3f73ab19-d25a-428d-8c26-e8c6aa933976"
|
|
|
+ (org-babel-next-src-block 1)
|
|
|
+ (should (= 42 (org-babel-execute-src-block)))))
|
|
|
+
|
|
|
+(ert-deftest ob-fortran/list-matrix-from-table2 ()
|
|
|
+ "Test real matrix from a table"
|
|
|
+ (org-test-at-id "3f73ab19-d25a-428d-8c26-e8c6aa933976"
|
|
|
+ (org-babel-next-src-block 2)
|
|
|
+ (should (= 42 (org-babel-execute-src-block)))))
|
|
|
+
|
|
|
(ert-deftest ob-fortran/no-variables-with-main ()
|
|
|
"Test :var with explicit 'program'"
|
|
|
(org-test-at-id "891ead4a-f87a-473c-9ae0-1cf348bcd04f"
|