On Sat, 19 Sep 2020 at 14:48, Kornel Benko <[email protected]> wrote: > Am Sat, 19 Sep 2020 14:44:25 +0200 > schrieb Kornel Benko <[email protected]>: > > > Am Sat, 19 Sep 2020 14:28:59 +0200 > > schrieb Kornel Benko <[email protected]>: > > > > > Am Sat, 19 Sep 2020 12:41:47 +0200 > > > schrieb Kornel Benko <[email protected]>: > > > > > > > Also the test export/doc/de/UserGuide_xhtml fails here. > > > > Assertion triggered in void lyx::doAssertWithCallstack(bool) by > failing check > > > > "false" in file > /usr2/src/lyx/lyx-features/src/support/lassert.cpp:44 > > > > > > Debugger shows problem in src/support/docstring.cpp:54 (in > from_ascii()) > > > LATTEST(static_cast<unsigned char>(ascii[i]) < 0x80); > > > > > > The tested string is utf-8 encoded, so wrong call. > > > > > > Called from src/xml.h:187, with following values > > > tag = "a" > > > attr = "href=\"https://de.wikipedia.org/wiki/Regulärer_Ausdruck\"" > > > > > > Apparently the attr contains non-ascii. > > > > > > Kornel > > > > > > > Test passes with attached > > > > Kornel > > The nice thing is that also the other tests pass now. >
Nice :D! I've committed your patch on my branch (1b9da1fcac5c9c4ecfdf7eb2d64e841c9bf40217), then rebased on top of current master (f55bd760960d2ef109d1583396e1944038121854). Did I make a mistake? (Before merging this into master and creating problems for everyone…) While rebasing, Git worked on more than 400 commits, although I did not make that many commits, that's why I ask.
-- lyx-devel mailing list [email protected] http://lists.lyx.org/mailman/listinfo/lyx-devel
