Skip to content

Commit

Permalink
Remove the unused alignment types; add test for cases (ForNeVeR#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Aug 11, 2019
1 parent ec60071 commit 303939f
Show file tree
Hide file tree
Showing 13 changed files with 704 additions and 148 deletions.
8 changes: 6 additions & 2 deletions src/WpfMath.Tests/BoxTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,13 @@ let private verifyBox source =
verifyObject box

[<Fact>]
let simpleMatrixAtomBox() =
let simpleMatrixBox() =
verifyBox @"\pmatrix{2 & 2 \\ 2 & 2}"

[<Fact>]
let nestedMatrixAtomBox() =
let casesBox() =
verifyBox @"\cases{a \\ b \\ c}"

[<Fact>]
let nestedMatrixBox() =
verifyBox @"\matrix{ 1 & 2 & 3 \\ 4 & {\matrix{ 5 \\ 6 }} & 7 }"
Loading

0 comments on commit 303939f

Please sign in to comment.