diff options
author | Oleg Grenrus <oleg.grenrus@iki.fi> | 2019-02-04 18:44:25 +0200 |
---|---|---|
committer | Alec Theriault <alec.theriault@gmail.com> | 2019-02-04 08:44:25 -0800 |
commit | cacd245a5e0a0f2e14d4ed34e877835fdef3367f (patch) | |
tree | d29e2dbdea36129720b7e8df9e9a007e539b0a4b /haddock-library/fixtures/examples/list-blocks2.input | |
parent | 032ff0dd3411f66131854c4314b9f00c8540fd10 (diff) |
Make a fixture of weird parsing of lists (#997)
The second example is interesting.
If there's a list directly after the header, and that list has
deeper structure, the parser is confused: It finds two lists:
- One with the first nested element,
- everything after it
I'm not trying to fix this, as I'm not even sure this is a bug,
and not a feature.
Diffstat (limited to 'haddock-library/fixtures/examples/list-blocks2.input')
-rw-r--r-- | haddock-library/fixtures/examples/list-blocks2.input | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/haddock-library/fixtures/examples/list-blocks2.input b/haddock-library/fixtures/examples/list-blocks2.input new file mode 100644 index 00000000..91492adb --- /dev/null +++ b/haddock-library/fixtures/examples/list-blocks2.input @@ -0,0 +1,10 @@ +=== Title + +* List directly +* after the title + + @ + with some inline things + @ + +* is parsed weirdly |