Split from #640.
The rationale for this is we currently use SKIPPED for when we both recover past an unexpected stream of characters or we attempt to create a node despite some characters missing. In the latter case, we have SKIPPED node with contents "", so this might be misleading.
Split from #640.
The rationale for this is we currently use
SKIPPEDfor when we both recover past an unexpected stream of characters or we attempt to create a node despite some characters missing. In the latter case, we haveSKIPPEDnode with contents"", so this might be misleading.