PPI icon indicating copy to clipboard operation
PPI copied to clipboard

__DATA__ causes "incomplete" documents

Open jhi opened this issue 9 years ago • 0 comments

The below three-line input parses successfully but complete() returns false. Note that if DATA is replaced by END complete() returns success. The DATA may contain actual data, but that doesn't affect the completeness.

package Foo; 1; DATA

jhi avatar Jan 19 '16 11:01 jhi