Command line option for strict mode

Doesn't actually do anything yet. Also implemented a dummy '--strict'
command line option in text_diff.cpp, as I couldn't work out how to pass
'--strict' to quickbook and not to text_diff in the tests. So instead
just make text_diff ignore it.
This commit is contained in:
Daniel James
2017-04-25 21:36:40 +01:00
parent e1a0b5ea17
commit 56eb172288
4 changed files with 34 additions and 4 deletions

View File

@@ -46,6 +46,7 @@ namespace quickbook
, callout_depth(0)
, dependencies()
, explicit_list(false)
, strict_mode(false)
, imported(false)
, macro()