Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
add one more test case
Browse files Browse the repository at this point in the history
  • Loading branch information
taooceros committed Oct 25, 2023
1 parent 87ebbdc commit 5486efb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/src/tests/math.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,7 @@ mat(
1,2,3,4;
5,2,2,3
)
$"#);
$"#);

make_test!(mathblock8,
r#"$#xx(a,b) &= 1 \ #xx(a,b) &= 1 \ &= 2 \ $"#);
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
source: lib/src/tests/math.rs
assertion_line: 60
description: "INPUT\n===\n\"$#xx(a,b) &= 1 \\\\ #xx(a,b) &= 1 \\\\ &= 2 \\\\ $\"\n===\n$#xx(a,b) &= 1 \\ #xx(a,b) &= 1 \\ &= 2 \\ $\n===\nFORMATTED\n===\n$#xx(a, b) &= 1 \\ #xx(a, b) &= 1 \\ &= 2 \\ $"
expression: formatted
---
"$#xx(a, b) &= 1 \\ #xx(a, b) &= 1 \\ &= 2 \\ $"

0 comments on commit 5486efb

Please sign in to comment.