File: TestSuite.hs

package info (click to toggle)
haskell-map-syntax 0.3-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 116 kB
  • sloc: haskell: 326; sh: 20; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{-# LANGUAGE ScopedTypeVariables #-}

module Main where

------------------------------------------------------------------------------
import           Test.Hspec
import           Data.Map.Syntax.Tests


------------------------------------------------------------------------------
main :: IO ()
main = hspec $ do
  describe "simple insertions" insTests
  describe "monoid laws" monoidLaws
  describe "nested block insertions" nestingTests