hakyll icon indicating copy to clipboard operation
hakyll copied to clipboard

Template parser should fail or warn on unmatched `$`

Open wyc opened this issue 7 years ago • 1 comments

A tricky-to-find bug was having an unterminated $ in a template, which truncated the whole document after the first $. If we could build this into the parser or linter, it could make things easier for some people in the future.

wyc avatar Jan 05 '17 01:01 wyc

#462 fixes this (amongst other things)

bergus avatar Mar 02 '18 12:03 bergus