Two tests in terminal/src/test/java/org/jline/terminal/impl/TerminalGraphicsTest.java don't actually test what their names and docs imply:
testGhosttyKittyGraphicsSupport (line ~160): Should verify kitty graphics support for Ghostty terminal but doesn't validate actual behavior
testNoKittyGraphicsSupportForListedTerminals (line ~180): Should verify that listed terminals lack kitty support but doesn't validate actual behavior
These tests should be updated to actually assert the expected terminal graphics capabilities.
Found during review of #1794.
Claude Code on behalf of Guillaume Nodet
Two tests in
terminal/src/test/java/org/jline/terminal/impl/TerminalGraphicsTest.javadon't actually test what their names and docs imply:testGhosttyKittyGraphicsSupport(line ~160): Should verify kitty graphics support for Ghostty terminal but doesn't validate actual behaviortestNoKittyGraphicsSupportForListedTerminals(line ~180): Should verify that listed terminals lack kitty support but doesn't validate actual behaviorThese tests should be updated to actually assert the expected terminal graphics capabilities.
Found during review of #1794.
Claude Code on behalf of Guillaume Nodet