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

--- Comment #12 from Frère Sébastien Marie <[email protected]> 
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to