Muse reader: close the </quote> in indented tag test

There is already a separate test for unclosed </quote>.
This commit is contained in:
Alexander Krotov 2018-09-06 19:16:36 +03:00
parent efe99b5e97
commit 0b7001c318

View file

@ -1383,7 +1383,8 @@ tests =
, " <verse>"
, " </quote>"
, " </verse>"
, "</quote>"
] =?>
para "<quote>" <> bulletList [ para "Foo" <> para "</quote>" <> para "bar" <> lineBlock [ "</quote>" ] ]
blockQuote (bulletList [ para "Foo" <> para "</quote>" <> para "bar" <> lineBlock [ "</quote>" ] ])
]
]