]> granicus.if.org Git - graphviz/commit
tests: SVGAnalyzer: add 'make_from_dot' static method and use in test_rankdir
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 23 Aug 2022 07:11:02 +0000 (09:11 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Fri, 2 Sep 2022 11:31:30 +0000 (13:31 +0200)
commit975c10754b2d782e936655758165f4558b7cd362
tree67be3d51793808d41b37b6ace58517c2492c4290
parent85c7996c58780e7384bf9bcb61e1fc51f46fde5a
tests: SVGAnalyzer: add 'make_from_dot' static method and use in test_rankdir

Upcoming commits will add several new test cases doing exactly
that. This change will keep those tests short and DRY.
tests/CMakeLists.txt
tests/svg_analyzer.cpp
tests/svg_analyzer.h
tests/test_rankdir.cpp