You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stache version: stache-2.3.3@sha256:277a4d71f3612a72f314275c7ff3c872637de2b0e2ac7c9eca5bd83ee7aeea2f,4487
from this stackage nightly
GHC version: 9.2.4
Issue: Rendering an indented partial containing a list section indents only the first iteration of the list section correctly. Subsequent iterations do not have the first line indented.
stache
version:stache-2.3.3@sha256:277a4d71f3612a72f314275c7ff3c872637de2b0e2ac7c9eca5bd83ee7aeea2f,4487
from this stackage nightly
GHC version:
9.2.4
Issue: Rendering an indented partial containing a list section indents only the first iteration of the list section correctly. Subsequent iterations do not have the first line indented.
Example:
Main template:
Partial:
Rendered output:
The spec mentions that partials should inherit indentation here: https://github.com/mustache/spec/blob/master/specs/partials.yml#L13-L15
It appears that the spec is trying to be honoured, but there is a bug for the first line of subsequent iterations.
The text was updated successfully, but these errors were encountered: