Make the reader parse the specified string

Property definitions

saxophonit $ SAXTestSuite :: parse_string
	# Make the reader parse the specified string
	fun parse_string(str: String) do
		actual.parse(new InputSource.with_stream(new StringReader(str)))
	end
lib/saxophonit/testing.nit:576,2--579,4