mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
get another mergedown() unit test #1615
This commit is contained in:
parent
091908295f
commit
3dbb3c149d
@ -444,7 +444,7 @@ TEST_CASE("Fills") {
|
||||
CHECK(0 == notcurses_render(nc_));
|
||||
// make sure nulls do not replace glyphs
|
||||
auto p2 = ncplane_create(n_, &nopts);
|
||||
CHECK(0 == ncplane_mergedown_simple(p2, nullptr));
|
||||
CHECK(0 == ncplane_mergedown_simple(p2, n_));
|
||||
ncplane_destroy(p2);
|
||||
for(int i = 0 ; i < 10 ; ++i){
|
||||
CHECK(0 < ncplane_at_yx_cell(n_, 0, i, &cbase));
|
||||
|
Loading…
x
Reference in New Issue
Block a user