]> granicus.if.org Git - graphviz/commit
tests: SVGAnalyzer: add 're_create_and_verify_svg' method and use in test_svg_analyzer
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sat, 20 Aug 2022 16:12:54 +0000 (18:12 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 5 Sep 2022 06:10:57 +0000 (08:10 +0200)
commit09821c4050ddbd76a9f36f12858cd6bfd9ebc2e4
treedd66dbad058452a0873bda4a117ad1b06ae83d3b
parentb45f2c0c7876f002054ecbfd3e5b60a8cb0344cf
tests: SVGAnalyzer: add 're_create_and_verify_svg' method and use in test_svg_analyzer

Upcoming commits will extend the SVG analyzer's ability to handle new
SVG attributes and add new test cases verifying its ability to
re-create correct SVG containing those attributes. This change will
facilitate the creation of those tests and keep the code DRY.
tests/svg_analyzer.cpp
tests/svg_analyzer.h
tests/test_svg_analyzer.cpp