Skip to content

Commit f6728c5

Browse files
committed
fix(tests): Move TikZ text boxes to the end of the file
This was changed in the commits 51a1d88 and e8fb8c7.
1 parent 3e4298a commit f6728c5

1 file changed

Lines changed: 7 additions & 13 deletions

File tree

src/test/resources/serialize/expected.tex

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,12 @@
88
\coordinate (8275) at (2.6667,3.25);
99

1010
\node[annotation, non] (node_144) at (144) {};
11-
\node[textbox] at (144) {\verb|1|};
12-
1311
\node[annotation, non] (node_592) at (592) {};
14-
\node[textbox] at (592) {\verb|8|};
15-
1612
\node[artifact, add] (node_899) at (899) {};
17-
\node[textbox] at (899) {\verb|13|};
18-
1913
\node[annotation, add] (node_3200) at (3200) {};
20-
\node[textbox] at (3200) {\verb|49|};
21-
2214
\node[artifact, non] (node_3283) at (3283) {};
23-
\node[textbox] at (3283) {\verb|50|};
24-
2515
\node[annotation, add] (node_8192) at (8192) {};
26-
\node[textbox] at (8192) {\verb|127|};
27-
2816
\node[artifact, non] (node_8275) at (8275) {};
29-
\node[textbox] at (8275) {\verb|128|};
3017

3118
\draw[vtdarrow]
3219
(node_592) edge[always] (node_144)
@@ -38,4 +25,11 @@
3825
(node_8275) edge[after] (node_8192)
3926

4027
;
28+
\node[textbox] at (144) {\verb|1|};
29+
\node[textbox] at (592) {\verb|8|};
30+
\node[textbox] at (899) {\verb|13|};
31+
\node[textbox] at (3200) {\verb|49|};
32+
\node[textbox] at (3283) {\verb|50|};
33+
\node[textbox] at (8192) {\verb|127|};
34+
\node[textbox] at (8275) {\verb|128|};
4135
\end{tikzpicture}

0 commit comments

Comments
 (0)