• Show log

    Commit

  • Hash : 8074b881
    Author : Jan Pokorný
    Date : 2019-08-08T23:33:48

    Fix unability to validate ambiguously constructed interleave for RelaxNG
    
    Previously, test/relaxng/ambig_name-class.xml would fail to validate
    for a simple reason -- interleave within "open-name-class" context
    is supposed to be fine with whatever else is pending the consumption,
    since effectively, it's unrelated from a higher parsing perspective.
    
    Signed-off-by: Jan Pokorný <jpokorny@redhat.com>