From 46b6f78da8ed814bef6972f4712d8b13e76c1122 Mon Sep 17 00:00:00 2001 From: Alexey Kreshchuk Date: Fri, 18 Oct 2013 01:23:14 +0400 Subject: Added test case for global metadata --- tests/data/posts/metadata | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/data/posts/metadata (limited to 'tests/data/posts/metadata') diff --git a/tests/data/posts/metadata b/tests/data/posts/metadata new file mode 100644 index 0000000..e5cd153 --- /dev/null +++ b/tests/data/posts/metadata @@ -0,0 +1,18 @@ +--- ** +a1: 5 +a2: 5 +a3: 5 +a4: 5 +a5: 5 + +--- * +a1: 4 +a2: 4 +a3: 4 +a4: 4 + +--- 2013-10-18-metadata-test.md +a1: 3 +a2: 3 +a3: 3 + -- cgit v1.2.3