https://issues.dlang.org/show_bug.cgi?id=19910
--- Comment #1 from GoaLitiuM <[email protected]> --- It looks like the Parser expects the input string to be null-terminated, so the extra garbage is just random data past the given string. Simply appending the null character to the file content fixes this, so maybe the example needs to be adjusted for that? --
