Closes https://github.com/janl/mustache.js/pull/738
These changes fixes an indentation bug introduced when partials was made to also be indented like its parent template. When partials are rendered inline, it should not be indented with the amount of indentation that the line already has. Fixes https://github.com/janl/mustache.js/issues/715 Refs https://github.com/janl/mustache.js/pull/705
These tests cases proves the partial indention changes that got released in mustache v3.0.2 broke function output in partials with indentation.