Edit

kc3-lang/libxml2/result/VC/ElementValid8.rdr

Branch :

  • Show log

    Commit

  • Author : Nick Wellnhofer
    Date : 2022-09-01 23:15:35
    Hash : c7149792
    Message : Fix --with-valid --without-regexps build This build config resulted in segfaults in 'runtest' because a special xmlElementContentPtr showed up in a few places. I'm not sure if this is the right fix. An error message was changed to conform to the --with-regexps build. There are still a few missing validity errors, so the tests don't pass.

  • result/VC/ElementValid8.rdr
  • ./test/VC/ElementValid8:7: validity error : Content model of doc is not deterministic: ((a , b) | (a , c))
    <doc><a/><c> doc is non-deterministic </c></doc>
                                                    ^