]> granicus.if.org Git - graphviz/commit
tests: test_svg_analyzer: remove useless string copy
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 17 Aug 2022 18:30:26 +0000 (20:30 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 30 Aug 2022 20:17:05 +0000 (22:17 +0200)
commit33fd4f4d50ddadd7d96a4f7a25c5360d0e7b22a0
tree24d757554250918a57e138b50a0fa7aa04c1335a
parentae9efa8619bbbc10234631194a216759d076eef4
tests: test_svg_analyzer: remove useless string copy

Despite its name, 'shape_char_ptr' was already a std::string.
tests/test_svg_analyzer.cpp