jekyll/test/source/_posts/2008-02-03-wrong-extension.yml

9 lines
271 B
YAML

---
layout: default
title: This file extension is skipped
category: test_post_reader
---
`jekyll serve` used to crash if there's a post (document) with a wrong file extension.
This file is used in `./test/test_post_reader.rb` to verify that this doesn't happen anymore.