Skip to content

Commit

Permalink
test: more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gh-liu committed Aug 14, 2024
1 parent 04de2ba commit bd514f2
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 0 deletions.
51 changes: 51 additions & 0 deletions tests/screenshots/tests-test_fold_line.lua---__test_009
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
--|---------|---------|---------|---------|---------|---------|---------|---------|
01|┌old
02|│---- ╒ lines: fold····························································
03|│---- ╘ lines: fold····························································
04|│old
05|│old
06|│old
07|│ ┌fold
08|│ │ ┌fold
09|│ │ └fold
10|│ │fold
11|│ │ ┌fold
12|│ │ └fold
13|│ │fold
14|│ └fold
15|└old
16|~
17|~
18|~
19|~
20|~
21|~
22|~
23|tests/testcases/test_009.txt 2,1 All
24|

--|---------|---------|---------|---------|---------|---------|---------|---------|
01|01111111111111111111111111111111111111111111111111111111111111111111111111111111
02|00000002000000000000000000000000000000000000000000000000000000000000000000000000
03|00000002000000000000000000000000000000000000000000000000000000000000000000000000
04|01111111111111111111111111111111111111111111111111111111111111111111111111111111
05|01111111111111111111111111111111111111111111111111111111111111111111111111111111
06|01111111111111111111111111111111111111111111111111111111111111111111111111111111
07|01111110111111111111111111111111111111111111111111111111111111111111111111111111
08|01111110111111101111111111111111111111111111111111111111111111111111111111111111
09|01111110111111101111111111111111111111111111111111111111111111111111111111111111
10|01111110111111111111111111111111111111111111111111111111111111111111111111111111
11|01111110111111101111111111111111111111111111111111111111111111111111111111111111
12|01111110111111101111111111111111111111111111111111111111111111111111111111111111
13|01111110111111111111111111111111111111111111111111111111111111111111111111111111
14|01111110111111111111111111111111111111111111111111111111111111111111111111111111
15|01111111111111111111111111111111111111111111111111111111111111111111111111111111
16|33333333333333333333333333333333333333333333333333333333333333333333333333333333
17|33333333333333333333333333333333333333333333333333333333333333333333333333333333
18|33333333333333333333333333333333333333333333333333333333333333333333333333333333
19|33333333333333333333333333333333333333333333333333333333333333333333333333333333
20|33333333333333333333333333333333333333333333333333333333333333333333333333333333
21|33333333333333333333333333333333333333333333333333333333333333333333333333333333
22|33333333333333333333333333333333333333333333333333333333333333333333333333333333
23|44444444444444444444444444444444444444444444444444444444444444444444444444444444
24|11111111111111111111111111111111111111111111111111111111111111111111111111111111
20 changes: 20 additions & 0 deletions tests/testcases/test_009.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
fold
fold
fold
fold
fold
fold
fold
fold
fold
fold
fold
fold
fold
fold
fold
fold
fold
fold
fold
fold
29 changes: 29 additions & 0 deletions tests/testcases/test_009.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
setlocal fdm=manual
setlocal fde=0
setlocal fmr={{{,}}}
setlocal fdi=#
setlocal fdl=99
setlocal fml=1
setlocal fdn=20
setlocal fen
silent! normal! zE
2,4fold
5,8fold
2,8fold
13,14fold
16,17fold
12,19fold
1,20fold
let &fdl = &fdl
1
normal! zo
2
normal! zo
2
normal! zc
5
normal! zc
12

keepjumps 2
" vim: set ft=vim :

0 comments on commit bd514f2

Please sign in to comment.