Muse reader: close the </quote> in indented tag test
There is already a separate test for unclosed </quote>.
This commit is contained in:
parent
efe99b5e97
commit
0b7001c318
1 changed files with 2 additions and 1 deletions
|
@ -1383,7 +1383,8 @@ tests =
|
||||||
, " <verse>"
|
, " <verse>"
|
||||||
, " </quote>"
|
, " </quote>"
|
||||||
, " </verse>"
|
, " </verse>"
|
||||||
|
, "</quote>"
|
||||||
] =?>
|
] =?>
|
||||||
para "<quote>" <> bulletList [ para "Foo" <> para "</quote>" <> para "bar" <> lineBlock [ "</quote>" ] ]
|
blockQuote (bulletList [ para "Foo" <> para "</quote>" <> para "bar" <> lineBlock [ "</quote>" ] ])
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue