lang/org: reformat whitespace in test/autoload-org.el
This commit is contained in:
parent
aafa45e271
commit
0b2a61593e
1 changed files with 16 additions and 16 deletions
|
@ -31,16 +31,16 @@ newline."
|
||||||
(should-org-buffer!! ("+ {0}List item") ("+ List item\n+ {|}")
|
(should-org-buffer!! ("+ {0}List item") ("+ List item\n+ {|}")
|
||||||
(+org/insert-item 'below))
|
(+org/insert-item 'below))
|
||||||
(should-org-buffer!! ("+ {0}List item"
|
(should-org-buffer!! ("+ {0}List item"
|
||||||
" + Sub item")
|
" + Sub item")
|
||||||
("+ List item"
|
("+ List item"
|
||||||
" + Sub item"
|
" + Sub item"
|
||||||
"+ {|}")
|
"+ {|}")
|
||||||
(+org/insert-item 'below))
|
(+org/insert-item 'below))
|
||||||
(should-org-buffer!! ("+ {0}List item"
|
(should-org-buffer!! ("+ {0}List item"
|
||||||
"+ Next item")
|
"+ Next item")
|
||||||
("+ List item"
|
("+ List item"
|
||||||
"+ {|}"
|
"+ {|}"
|
||||||
"+ Next item")
|
"+ Next item")
|
||||||
(+org/insert-item 'below)))
|
(+org/insert-item 'below)))
|
||||||
|
|
||||||
(def-test! insert-item-numbered-list
|
(def-test! insert-item-numbered-list
|
||||||
|
@ -49,14 +49,14 @@ newline."
|
||||||
(should-org-buffer!! ("1. {0}List item") ("1. List item\n2. {|}")
|
(should-org-buffer!! ("1. {0}List item") ("1. List item\n2. {|}")
|
||||||
(+org/insert-item 'below))
|
(+org/insert-item 'below))
|
||||||
(should-org-buffer!! ("1. {0}List item"
|
(should-org-buffer!! ("1. {0}List item"
|
||||||
"2. Sub item")
|
"2. Sub item")
|
||||||
("1. List item"
|
("1. List item"
|
||||||
"2. {|}"
|
"2. {|}"
|
||||||
"3. Sub item")
|
"3. Sub item")
|
||||||
(+org/insert-item 'below))
|
(+org/insert-item 'below))
|
||||||
(should-org-buffer!! ("1. {0}List item"
|
(should-org-buffer!! ("1. {0}List item"
|
||||||
"2. Next item")
|
"2. Next item")
|
||||||
("1. {|}"
|
("1. {|}"
|
||||||
"2. List item"
|
"2. List item"
|
||||||
"3. Next item")
|
"3. Next item")
|
||||||
(+org/insert-item 'above)))
|
(+org/insert-item 'above)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue