Skip to content

Commit

Permalink
💚 Fixed hardcoded version number and repo link in SVG test case
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwa committed Nov 26, 2024
1 parent 8d428ce commit 0dffdc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/io/write_svg_layout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ inline const std::string EXPECTED_SVG_LIGHT_CELL_LEVEL =

inline const std::string EXPECTED_SVG_LIGHT_CELL_LEVEL_111 =
fmt::format(R"(<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generated by fiction v0.6.5 (https://github.com/cda-tum/fiction) -->
<!-- Generated by {} ({}) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
Expand Down Expand Up @@ -210,7 +210,7 @@ inline const std::string EXPECTED_SVG_DARK_CELL_LEVEL_HIDE_LATTICE =

inline const std::string EXPECTED_SVG_DARK_CELL_LEVEL_111 =
fmt::format(R"(<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generated by fiction v0.6.5 (https://github.com/cda-tum/fiction) -->
<!-- Generated by {} ({}) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
Expand Down

0 comments on commit 0dffdc5

Please sign in to comment.