[Koha-bugs] [Bug 6458] incorrect parsing result in translation processing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jul 23 10:28:56 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6458

--- Comment #12 from Frère Sébastien Marie <semarie-koha at latrappe.fr> 2011-07-23 08:28:56 UTC ---
(In reply to comment #11)
> Created attachment 4699 [details]
> Proposed patch (2)

This version works very well. There are some differences between the haskell
version and the perl one, but there are not generally problematic:
 - problems not related of TT template
    - haskell version report also problems with CDATA section, partial quoting
attribute (and a false-positive for use of single-quoting in attributes)

 - differences but not a problem
    - haskell version report multiple errors for a tag (if multiple directive
inclusion)
    - haskell version report line number of the directive, although perl
version report line number of the beginning of tag with directive.

The only amelioration to do, is to include the *.inc for parsing: some of them
included directive in tag... else perfect !

So in don't sign-off, waiting the corrected version; and I also need more time
to check for side-effect due to move of TTParser files in C4.

Thanks.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list