diff --git a/test/Main.purs b/test/Main.purs index 13652be1d..6cc0f5a9f 100644 --- a/test/Main.purs +++ b/test/Main.purs @@ -32,7 +32,7 @@ test_scratchpad :: Array (String × Aff Unit) test_scratchpad = second void <$> bwdMany [ { file: "dtw/compute-dtw" , file_expect: "dtw/compute-dtw.expect" - , fwd_expect: "((1, 1) : ((2, 2) : ((2, 3) : ((3, 4) : ((4, 5) : ((5, 6) : ((5, 7) : [])))))))" + , fwd_expect: "((1, 1) : (⸨(⸨2⸩, ⸨2⸩)⸩ : ((2, 3) : ((3, 4) : ((4, 5) : ((5, 6) : ((5, 7) : [])))))))" , δv: listElement 1 neg } ]