Skip to content

Commit

Permalink
fix: make ci happy
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeX4 committed Apr 18, 2024
1 parent dd3ab95 commit fe70339
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions crates/mitex/tests/cvt/tabular.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ use super::prelude::*;

#[test]
fn tabular() {
assert_snapshot!(convert_text(r###"
\begin{tabular}{|c|c|}
assert_snapshot!(convert_text(r###"\begin{tabular}{|c|c|}
\hline
\textbf{Name} & \textbf{Age} \\
\hline
John & 25 \\
Jane & 22 \\
\hline
\end{tabular}
"###).unwrap(), @r###"
\end{tabular}"###).unwrap(), @r###"
#table(stroke: none,
columns: 2,
Expand Down

0 comments on commit fe70339

Please sign in to comment.