1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 00:12:29 +03:00

Spacing for alignment.

This commit is contained in:
Rob Rix 2016-05-16 10:41:10 -04:00
parent 555fd7d124
commit 8f05beb023

View File

@ -93,7 +93,7 @@ spec = parallel $ do
align sources (both (info 0 1) (info 0 3) `branch` [ pure (info 0 1) `leaf` "a", Pure (Insert (info 2 3 :< Leaf "b")) ]) `shouldBe` PrettyDiff sources
[ Join (These (info 0 1 `branch` [ info 0 1 `leaf` "a" ])
(info 0 2 `branch` [ info 0 1 `leaf` "a" ]))
, Join (That (info 2 3 `branch` [ Pure (SplitInsert (info 2 3 :< Leaf "b")) ]))
, Join (That (info 2 3 `branch` [ Pure (SplitInsert (info 2 3 :< Leaf "b")) ]))
]
it "aligns context following insertions" $