Am Wed, 8 Jul 2020 13:54:18 +0200
schrieb Pavel Sanda <sa...@lyx.org>:

> On Wed, Jul 08, 2020 at 01:50:29PM +0200, Kornel Benko wrote:
> > All of the failed tests fail in style 'Description', defined probably in 
> > stdlists.inc.
> > Roundtrip fails because of missing entry 'DocBookItemTag listitem'.  
> 
> Do you know what is this 'Roundtrip' test suppose to test? P

Not exactly.

Source: src/tests/check_layout.cpp

Looks like the interpreted data of input layout have an extra line (not found 
in input)

input:
        ...
        HTMLTitle 0
        DocBookTag variablelist
        DocBookItemTag varlistentry
        DocBookItemLabelTag term
        DocBookItemInnerTag para
        Spellcheck 1
Interpreted:
        ...
        HTMLTitle 0
        DocBookTag variablelist
        DocBookItemTag listitem
        DocBookItemTag varlistentry
        DocBookItemLabelTag term
        DocBookItemInnerTag para
        Spellcheck 1

        Kornel

Attachment: pgp4kl6ecOsgm.pgp
Description: Digitale Signatur von OpenPGP

-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to