kakoune/test/commands/edit-fifo-noscroll-noeol
Johannes Altmanninger fdbad4d9b2 Test to demonstrate fifo buffer blank line inconsistency
When "edit -fifo" reads data without a trailing newline, the fifo
buffer will not have a trailing blank line. But if there is a trailing
newline, we will get a trailing blank line. This is weird because the
trailing blank line exists for scrolling, it should not be determined
by the data read.

Add a test case to demonstrates the inconsistency which is fixed by
the next patch.
2024-01-30 08:23:59 +11:00
..
cmd Test to demonstrate fifo buffer blank line inconsistency 2024-01-30 08:23:59 +11:00
out Test to demonstrate fifo buffer blank line inconsistency 2024-01-30 08:23:59 +11:00
script Test to demonstrate fifo buffer blank line inconsistency 2024-01-30 08:23:59 +11:00