removing unnecessary test from uuid parser
The original parser tested if the strings end with \0
However, the function itself allowed to have an
appendix. If the parser function was used with an
appendix, it always failed. The parser still tests
if the strings ends properly - it used to do the tests
twice