Skip to content

Commit 8442a36

Browse files
committed
Match no-spacing in arrays for tests
1 parent 5dbc5c0 commit 8442a36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/runtests.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1816,7 +1816,7 @@ end
18161816
2 \\
18171817
3 \\
18181818
\end{array}
1819-
\right]\,\mathrm{m}
1819+
\right]\mathrm{m}
18201820
\end{equation}
18211821
""",
18221822
raw"""
@@ -1827,7 +1827,7 @@ end
18271827
\num{2} \\
18281828
\num{3} \\
18291829
\end{array}
1830-
\right]\,\unit{\meter}
1830+
\right]\unit{\meter}
18311831
\end{equation}
18321832
""",
18331833
raw"""
@@ -1838,7 +1838,7 @@ end
18381838
\num{2} \\
18391839
\num{3} \\
18401840
\end{array}
1841-
\right]\,\unit{m}
1841+
\right]\unit{m}
18421842
\end{equation}
18431843
""",
18441844
)
@@ -1851,7 +1851,7 @@ end
18511851
2 \\
18521852
3 \\
18531853
\end{array}
1854-
\right]\,\mathrm{m}
1854+
\right]\mathrm{m}
18551855
\end{equation}
18561856
""",
18571857
raw"\qtylist{1;2;3}{\meter}",

0 commit comments

Comments
 (0)