- The `pic` output renderer uses PIC or troff comments where appropriate, fixing
a problem that resulted in comments being misinterpreted by `groff` and being
visible in the final output. #2341
+- `gv2gxl` and `gxl2gv` correctly detect their mode (gv→gxl or gxl→gv) on
+ Windows when called via an absolute or relative path. #2344
## [7.1.0] – 2023-01-21
@pytest.mark.skipif(which("gv2gxl") is None or which("gxl2gv") is None,
reason="GXL tools not available")
-@pytest.mark.xfail() # FIXME: #2344
def test_517():
"""
round tripping a graph through gv2gxl should not lose HTML labels