@@ -69,7 +69,7 @@ describe('Todo mappings', function()
69
69
' :PROPERTIES:' ,
70
70
' :LAST_REPEAT: [' .. now :to_string () .. ' ]' ,
71
71
' :END:' ,
72
- ' - State "DONE" from "TODO" [' .. now :to_string () .. ' ]' ,
72
+ ' - State "DONE" from "TODO" [' .. now :to_string () .. ' ]' ,
73
73
' ' ,
74
74
' * TODO Another task' ,
75
75
}, vim .api .nvim_buf_get_lines (0 , 2 , 10 , false ))
@@ -137,7 +137,7 @@ describe('Todo mappings', function()
137
137
' :LAST_REPEAT: [' .. now :to_string () .. ' ]' ,
138
138
' :END:' ,
139
139
' :LOGBOOK:' ,
140
- ' - State "DONE" from "TODO" [' .. now :to_string () .. ' ]' ,
140
+ ' - State "DONE" from "TODO" [' .. now :to_string () .. ' ]' ,
141
141
' :END:' ,
142
142
' ' ,
143
143
' * TODO Another task' ,
@@ -154,8 +154,8 @@ describe('Todo mappings', function()
154
154
' :LAST_REPEAT: [' .. now :to_string () .. ' ]' ,
155
155
' :END:' ,
156
156
' :LOGBOOK:' ,
157
- ' - State "DONE" from "TODO" [' .. now :to_string () .. ' ]' ,
158
- ' - State "DONE" from "TODO" [' .. now :to_string () .. ' ]' ,
157
+ ' - State "DONE" from "TODO" [' .. now :to_string () .. ' ]' ,
158
+ ' - State "DONE" from "TODO" [' .. now :to_string () .. ' ]' ,
159
159
' :END:' ,
160
160
' ' ,
161
161
' * TODO Another task' ,
@@ -282,7 +282,7 @@ describe('Todo mappings', function()
282
282
' :LAST_REPEAT: [' .. now :to_string () .. ' ]' ,
283
283
' :END:' ,
284
284
' :LOGBOOK:' ,
285
- ' - State "DONE" from "PHONECALL" [' .. now :to_string () .. ' ]' ,
285
+ ' - State "DONE" from "PHONECALL" [' .. now :to_string () .. ' ]' ,
286
286
' :END:' ,
287
287
}, vim .api .nvim_buf_get_lines (0 , 2 , 11 , false ))
288
288
end )
@@ -318,7 +318,7 @@ describe('Todo mappings', function()
318
318
' :LAST_REPEAT: [' .. now :to_string () .. ' ]' ,
319
319
' :END:' ,
320
320
' :LOGBOOK:' ,
321
- ' - State "DONE" from "MEET" [' .. now :to_string () .. ' ]' ,
321
+ ' - State "DONE" from "MEET" [' .. now :to_string () .. ' ]' ,
322
322
' :END:' ,
323
323
}, vim .api .nvim_buf_get_lines (0 , 2 , 10 , false ))
324
324
end )
@@ -361,7 +361,7 @@ describe('Todo mappings', function()
361
361
' :LAST_REPEAT: [' .. now :to_string () .. ' ]' ,
362
362
' :END:' ,
363
363
' :LOGBOOK:' ,
364
- ' - State "DONE" from "MEET" [' .. now :to_string () .. ' ]' ,
364
+ ' - State "DONE" from "MEET" [' .. now :to_string () .. ' ]' ,
365
365
' :END:' ,
366
366
}, vim .api .nvim_buf_get_lines (0 , 2 , 11 , false ))
367
367
end )
@@ -404,7 +404,7 @@ describe('Todo mappings', function()
404
404
' :LAST_REPEAT: [' .. now :to_string () .. ' ]' ,
405
405
' :END:' ,
406
406
' :LOGBOOK:' ,
407
- ' - State "DONE" from "MEET" [' .. now :to_string () .. ' ]' ,
407
+ ' - State "DONE" from "MEET" [' .. now :to_string () .. ' ]' ,
408
408
' :END:' ,
409
409
}, vim .api .nvim_buf_get_lines (0 , 2 , 11 , false ))
410
410
end )
0 commit comments