summaryrefslogtreecommitdiffstats
path: root/parser/parse_frontmatter_test.go
AgeCommit message (Expand)Author
2017-07-08parser: Final (!) fix for issue with escaped JSON front matterBjørn Erik Pedersen
2017-07-08parser: Fix issue with escaped JSON front matterBjørn Erik Pedersen
2017-07-03parser: Fix handling of JSON front matter with escaped quotesBjørn Erik Pedersen
2017-06-19parser: Fix handling of quoted brackets in JSON front matterBjørn Erik Pedersen
2017-03-13parser: Accept JSON frontmatter without leading "{\n"crasm
2016-03-23parser: Make the constant vars ... constantsBjørn Erik Pedersen
2016-03-23parser: Fix ALL_CAPS var names in testBjørn Erik Pedersen
2016-03-14parser: Remove unused codeBjørn Erik Pedersen
2015-12-10Add copyright header to that source files that don’t have one.Anthony Fok
2015-08-03Fix searching YAML/TOML delimiters in frontmatterTatsushi Demachi
2015-08-02Trim trailing spaces from YAML and TOML delimitersJeff Hodges
2015-01-10Fix "hugo new" EOF error with an archetype file without the final EOLTatsushi Demachi
2013-12-28Allowing empty files (ignored) so you can touch a new file while watchingspf13
2013-10-01Switching to the rjson library which is more friendly to human generated json.spf13
2013-09-18Fix parsing edge case of frontmatterNoah Campbell
2013-09-17Merge remote-tracking branch 'origin/parser' into mrg_praserNoah Campbell