citeproc-hs-0.3.2: A Citation Style Language implementation in HaskellSource codeContentsIndex
Text.CSL.Input.Json
Portabilityunportable
Stabilityunstable
MaintainerAndrea Rossato <andrea.rossato@unitn.it>
Description
A module for reading Frank's citeproc-js testsuite.
Documentation
toTest :: JSValue -> TestSource
runTS :: [String] -> Int -> FilePath -> IO ()Source
test :: FilePath -> IO BoolSource
test' :: Int -> FilePath -> IO BoolSource
test_ :: Int -> FilePath -> IO BoolSource
runTest :: Test -> IO (Bool, String)Source
data Test Source
Constructors
Test
testMode :: String
testInput :: [Reference]
testCSL :: Style
testResult :: String
testBibSect :: BibOpts
testCitItems :: Maybe Citations
testCitations :: Maybe Citations
show/hide Instances
mapJSArray :: (JSValue -> JSValue) -> JSValue -> JSValueSource
readJsonInput :: FilePath -> IO [Reference]Source
Produced by Haddock version 2.6.1