1
0
Fork 0
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:
Christian Duerr 2018-04-28 16:22:52 +02:00 committed by Joe Wilm
parent 8d3497ba3e
commit 439644f3bf
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
%  UL  ~/…/tests/ref/grid_reset  issue-1244  [?2004hfor i in {100..2}; do echo $i; donefor i in {100..2}; do echo $i; done[?2004l
%  UL  ~/…/tests/ref/grid_reset  issue-1244  [?2004hfor i in {100..2}; do echo $i; donefor i in {100..2}; do echo $i; done[?2004l
100
99
98
@ -98,5 +98,5 @@
4
3
2
%  UL  ~/…/tests/ref/grid_reset  issue-1244  [?2004hrm -rf alacrittyreset           set[?2004l
c]104[!p[?3;4l> %  UL  ~/…/tests/ref/grid_reset  issue-1244  [?2004h
%  UL  ~/…/tests/ref/grid_reset  issue-1244  [?2004hresetreset[?2004l
c]104[!p[?3;4l> %  UL  ~/…/tests/ref/grid_reset  issue-1244  [?2004h

File diff suppressed because one or more lines are too long