packages feed

tasty-kat 0.0.1 → 0.0.2

raw patch · 2 files changed

+37/−1 lines, 2 files

Files

tasty-kat.cabal view
@@ -1,5 +1,5 @@ Name:                tasty-kat-Version:             0.0.1+Version:             0.0.2 Synopsis:            Known Answer Tests (KAT) framework for tasty Description:     Tests running from simple KATs file (different formats/helper supported)@@ -15,6 +15,7 @@ Bug-Reports:         https://github.com/vincenthz/tasty-kat/issues Cabal-Version:       >=1.10 extra-source-files:  README.md+                   , Tests/KAT  source-repository head   type: git
+ tests/KAT view
@@ -0,0 +1,35 @@+# comment++# another comment++[add]++a = 123+b = 3+r = 126++a = 12+b = 24+r = 36++[sub]++# a comment+a = 123+b = 3+r = 120++# a similar group+[add]++a = 10+b = 12+r = 22++[base64]++a = YWJj+r = abc++a = YWJjZA==+r = abcd