diff --git a/modules/lang/org/test/autoload-org.el b/modules/lang/org/test/autoload-org.el index dad80d52a..4a7fdb48b 100644 --- a/modules/lang/org/test/autoload-org.el +++ b/modules/lang/org/test/autoload-org.el @@ -31,16 +31,16 @@ newline." (should-org-buffer!! ("+ {0}List item") ("+ List item\n+ {|}") (+org/insert-item 'below)) (should-org-buffer!! ("+ {0}List item" - " + Sub item") - ("+ List item" - " + Sub item" - "+ {|}") + " + Sub item") + ("+ List item" + " + Sub item" + "+ {|}") (+org/insert-item 'below)) (should-org-buffer!! ("+ {0}List item" - "+ Next item") - ("+ List item" - "+ {|}" - "+ Next item") + "+ Next item") + ("+ List item" + "+ {|}" + "+ Next item") (+org/insert-item 'below))) (def-test! insert-item-numbered-list @@ -49,14 +49,14 @@ newline." (should-org-buffer!! ("1. {0}List item") ("1. List item\n2. {|}") (+org/insert-item 'below)) (should-org-buffer!! ("1. {0}List item" - "2. Sub item") - ("1. List item" - "2. {|}" - "3. Sub item") + "2. Sub item") + ("1. List item" + "2. {|}" + "3. Sub item") (+org/insert-item 'below)) (should-org-buffer!! ("1. {0}List item" - "2. Next item") - ("1. {|}" - "2. List item" - "3. Next item") + "2. Next item") + ("1. {|}" + "2. List item" + "3. Next item") (+org/insert-item 'above)))