mirror of
https://github.com/alacritty/alacritty.git
synced 2025-02-17 15:57:08 -05:00
Re-record grid_reset test
The old grid_reset test expected the complete grid to be reset, but instead of resetting the whole grid the `grid.scroll_limit` is just set to `0` now. This leads to the rest of the grid still containing the old information. To fix this test it has simply be re-recorded. The new tests now still contains the complete history but it is checked that the `scroll_limit` is correctly reset.
This commit is contained in:
parent
8d3497ba3e
commit
439644f3bf
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
[1m[7m%[27m[1m[0m
[0m[27m[24m[J[0;30;101m UL [0m[0;37;100m ~/…/tests/ref/grid_reset [0m[0;30;101m issue-1244 [0m [K[?2004hf[90mor i in {100..2}; do echo $i; done[39m[34Df[39mo[39mr[39m [39mi[39m [39mi[39mn[39m [39m{[39m1[39m0[39m0[39m.[39m.[39m2[39m}[39m;[39m [39md[39mo[39m [39me[39mc[39mh[39mo[39m [39m$[39mi[39m;[39m [39md[39mo[39mn[39me[?2004l
|
||||
[1m[7m%[27m[1m[0m
[0m[27m[24m[J[0;30;101m UL [0m[0;37;100m ~/…/tests/ref/grid_reset [0m[0;30;101m issue-1244 ↑ [0m [K[?2004hf[90mor i in {100..2}; do echo $i; done[39m[34Df[39mo[39mr[39m [39mi[39m [39mi[39mn[39m [39m{[39m1[39m0[39m0[39m.[39m.[39m2[39m}[39m;[39m [39md[39mo[39m [39me[39mc[39mh[39mo[39m [39m$[39mi[39m;[39m [39md[39mo[39mn[39me[?2004l
|
||||
100
|
||||
99
|
||||
98
|
||||
|
@ -98,5 +98,5 @@
|
|||
4
|
||||
3
|
||||
2
|
||||
[1m[7m%[27m[1m[0m
[0m[27m[24m[J[0;30;101m UL [0m[0;37;100m ~/…/tests/ref/grid_reset [0m[0;30;101m issue-1244 [0m [K[?2004hr[90mm -rf alacritty[39m[15Dr[39me[90ms[90me[90mt[39m[39m [39m [39m [39m [39m [39m [39m [39m [39m [39m [39m [14D[39ms[39me[39mt[?2004l
|
||||
c]104[!p[?3;4l[4l>
[1m[7m%[27m[1m[0m
[0m[27m[24m[J[0;30;101m UL [0m[0;37;100m ~/…/tests/ref/grid_reset [0m[0;30;101m issue-1244 [0m [K[?2004h
|
||||
[1m[7m%[27m[1m[0m
[0m[27m[24m[J[0;30;101m UL [0m[0;37;100m ~/…/tests/ref/grid_reset [0m[0;30;101m issue-1244 ↑ [0m [K[?2004hr[90meset[39mr[39me[39ms[39me[39mt[?2004l
|
||||
c]104[!p[?3;4l[4l>
[1m[7m%[27m[1m[0m
[0m[27m[24m[J[0;30;101m UL [0m[0;37;100m ~/…/tests/ref/grid_reset [0m[0;30;101m issue-1244 ↑ [0m [K[?2004h
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue