Skip to content
  • Oleg Grenrus's avatar
    Make a fixture of weird parsing of lists (#997) · cacd245a
    Oleg Grenrus authored and Alec Theriault's avatar Alec Theriault committed
    The second example is interesting.
    If there's a list directly after the header, and that list has
    deeper structure, the parser is confused: It finds two lists:
    
     - One with the first nested element,
     - everything after it
    
    I'm not trying to fix this, as I'm not even sure this is a bug,
    and not a feature.
    cacd245a