Edit

kc3-lang/libxml2/test/ent11

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2006-01-09 14:38:44
    Hash : a617e24f
    Message : reverted first patches for #319279 which led to #326295 and fixed the * parser.c: reverted first patches for #319279 which led to #326295 and fixed the problem in xmlParseChunk() instead * test/ent11 result//ent11*: added test for #326295 to the regression suite Daniel

  • test/ent11
  • <?xml version="1.0" encoding="utf-8" ?>
    <!DOCTYPE doc [
     <!ENTITY newl "&#13;">
    ]>
    
    <doc>&newl;</doc>