projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
776a0e1
)
tests: SVGAnalyzer: correct comment
author
Magnus Jacobsson
<Magnus.Jacobsson@berotec.se>
Wed, 24 Aug 2022 11:00:30 +0000
(13:00 +0200)
committer
Magnus Jacobsson
<Magnus.Jacobsson@berotec.se>
Tue, 30 Aug 2022 20:17:05 +0000
(22:17 +0200)
tests/svg_analyzer.cpp
patch
|
blob
|
history
diff --git
a/tests/svg_analyzer.cpp
b/tests/svg_analyzer.cpp
index 8230858eb3108598909af627eaa4e2aea1a106ad..d3361c9b94436695ec337be64db6eef7f10879c9 100644
(file)
--- a/
tests/svg_analyzer.cpp
+++ b/
tests/svg_analyzer.cpp
@@
-163,7
+163,7
@@
void SVGAnalyzer::retrieve_graphviz_components_impl(
}
m_graphs.back().add_edge(svg_element);
} else if (class_ == "cluster") {
- // ignore
of
now
+ // ignore
for
now
} else {
throw std::runtime_error("Unknown class" + std::string{class_});
}