Skip to content

all() method doesn't consider registered scribes #81

@NeverWise

Description

@NeverWise

In ChainingParser class the first() method works as expected but the all() method doesn't works.
I think the problem is that the all() method lacks of an if that is present in the first() method.
To be clear this if:

if (index != null) {
	reader.setScribeIndex(index);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions