Kaushal Modi <[email protected]> writes:
> I was actually adding a test for org-return as the commit doesn't modify
> the org-auto-fill-function.
OK.
> Interactively, the org-return change works as expected, but the test fails
> with this:
>
> Test test-org/return condition:
> (ert-test-failed
> ((should
> (equal "* Heading
> :PROPERTIES:
> :SOME_PROP:This is a very long property value that goes beyond the
^^^
> fill-column. But this is inside a property drawer, so the auto-filling
> should be disabled.
>
> :END:"
> (org-test-with-temp-text "* Heading
> :PROPERTIES:
> :SOME_PROP:This is a very long property value that goes beyond the
^^^
Wild guess: missing spaces?