branch: externals/ellama commit 6db46052ed5697c79ed4fedd3017ca36e92d5077 Author: Sergey Kostyaev <sskosty...@gmail.com> Commit: Sergey Kostyaev <sskosty...@gmail.com>
Add fill-column variable to test-ellama-md-to-org-inline-code Updated the `test-ellama-md-to-org-inline-code` test by adding a `fill-column` variable set to 80. This ensures that the markdown to org translation respects line width limits during testing. --- tests/test-ellama.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test-ellama.el b/tests/test-ellama.el index 29ef24ff02..97a3389b67 100644 --- a/tests/test-ellama.el +++ b/tests/test-ellama.el @@ -438,7 +438,8 @@ $P_\\theta$ /more italic/")))) (ert-deftest test-ellama-md-to-org-inline-code () - (let ((result (ellama--translate-markdown-to-org-filter "```go + (let* ((fill-column 80) + (result (ellama--translate-markdown-to-org-filter "```go package main ``` ### Explanation: