News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

lexer*.xml malformed !

Started by LETARTARE, March 28, 2022, 07:15:19 PM

Previous topic - Next topic

LETARTARE

cb-12765, the lexers :
Quotelexer_cu.xml
lexer_d.xml
lexer_powershell
charged in 'Firefox-90.02' are indicated malformed.
Is it normal ? How to correct this problem ?
CB-13834, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-5.1.2
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-15.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3-u, gcc-15.2.0,
=> !! The messages are translated by 'Deepl'

Miguel Gimenez

The first gives error on line 137, probably some of the characters must be escaped:
$ @ \ & < > # { }"/>

The second is similar but on line 109

The third gives error on line 146:
StreamCommentStart="<#"
but probably will give more errors in the following lines afterwards. Looks like < and > must be escaped.

Miguel Gimenez

Fixed in r12766, thank you for reporting.