aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/src/Thermoprint/Printout/BBCode.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/src/Thermoprint/Printout/BBCode.hs b/spec/src/Thermoprint/Printout/BBCode.hs
index 7f09623..fa9d892 100644
--- a/spec/src/Thermoprint/Printout/BBCode.hs
+++ b/spec/src/Thermoprint/Printout/BBCode.hs
@@ -49,7 +49,7 @@ morph' :: Raw.BBCodeError -> BBCodeError
49morph' (Raw.LexerError x) = LexerError x 49morph' (Raw.LexerError x) = LexerError x
50morph' (Raw.TreeError x) = TreeError x 50morph' (Raw.TreeError x) = TreeError x
51 51
52-- ^ An error ocurred while parsing the DOM-Forest (`['DomTree']`) 52-- | An error ocurred while parsing the DOM-Forest (`['DomTree']`)
53data SemanticError = BlockInLineContext -- ^ A 'Block' structure was encountered when a 'Line' was expected 53data SemanticError = BlockInLineContext -- ^ A 'Block' structure was encountered when a 'Line' was expected
54 | LineInBlockContext -- ^ A 'Line' structure was encountered when a 'Block' was expected 54 | LineInBlockContext -- ^ A 'Line' structure was encountered when a 'Block' was expected
55 | UnmappedBlockElement Text -- ^ We encountered an 'Element' that, in a 'Block' context, does not map to any structure 55 | UnmappedBlockElement Text -- ^ We encountered an 'Element' that, in a 'Block' context, does not map to any structure