]> Git — Sourcephile - haskell/symantic-document.git/commit
tests: move some units to goldens
authorJulien Moutinho <julm@sourcephile.fr>
Wed, 27 Oct 2021 10:12:50 +0000 (12:12 +0200)
committerJulien Moutinho <julm@sourcephile.fr>
Thu, 28 Oct 2021 00:49:23 +0000 (02:49 +0200)
commitd07ce9461b0aa144efe6afb8799cfb659e792366
tree8741158ed10c90f27acb572ba0ea1d41b3c92fa6
parent3e1b812841c6e4f89f802098d3a627f5823025d8
tests: move some units to goldens
42 files changed:
symantic-formatter.cabal
tests/Golden.hs [new file with mode: 0644]
tests/Golden/Plain/Format001/Input01.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format001/Input02.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format002/Input01.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format003/Input01.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format004/Input01.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format005/Input01.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format006/Input01.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format007/Input01.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format008/Input01.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format009/Input01.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format010/Input01.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format011/Input01.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format012/Input01.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format013/Input01.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format014/Input01.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format014/Input02.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format015/Input01.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format015/Input02.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format015/Input03.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format015/Input04.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format015/Input05.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format015/Input06.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format015/Input07.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format016/Input01.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format016/Input02.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format016/Input03.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format016/Input04.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format016/Input05.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format016/Input06.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format016/Input07.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format016/Input08.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format017/Input01.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format018/Input01.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format018/Input02.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format018/Input03.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format018/Input04.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format019/Input01.expected.txt [new file with mode: 0644]
tests/Golden/Plain/Format020/Input01.expected.txt [new file with mode: 0644]
tests/HUnit.hs
tests/Main.hs