Skip to content

Commit

Permalink
Update test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
ddssff committed Oct 30, 2024
1 parent 375bf3c commit b3d4464
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Tests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,17 @@ tests =
"Data.Map.foo:20"
(srcfunloc @String testloc "foo"))
, TestCase (assertEqual "compactStack"
("AppraisalBase.Layout.Viewport.layoutViewport:61 < " <>
"AppraisalClient.AppraisalClient:131 < " <>
"AppraisalClient.AppraisalClient:90 < " <>
"Main:44:3")
(compactStack @String testlocs))
, TestCase (assertEqual "compactStack'"
("AppraisalBase.Layout.Viewport.layoutViewport:61 \8592 " <>
"AppraisalClient.AppraisalClient:131 \8592 " <>
"AppraisalClient.AppraisalClient:90 \8592 " <>
"Main:44:3")
(compactStack @String testlocs))
(compactStack' @String testlocs))
, TestCase (assertEqual "locs 0"
("AppraisalBase.Layout.Viewport:61 -> " <>
"AppraisalClient.AppraisalClient:131 -> " <>
Expand Down

0 comments on commit b3d4464

Please sign in to comment.