jekyll/features
nitoyon 5e10958faa Unescape Document output path
Document#destination wasn't unescaped properly.

For example, when we have a document named '_langs/c#.md',
we expect its url to be '/langs/c#.html',
but it was actually '/langs/c%23.html'.

We now unecape URL at Document#destination like Post#destination and
Page#destination.
2014-12-29 22:38:50 +09:00
..
step_definitions Add unit and cucumber tests 2014-11-26 21:15:53 -08:00
support Fix 2 syntax errors. 2014-11-05 18:39:54 -08:00
collections.feature Unescape Document output path 2014-12-29 22:38:50 +09:00
create_sites.feature Cleaned up cucumbers 2014-04-23 13:40:21 -04:00
data.feature Autoload csv files from data directory 2014-08-16 14:54:14 +01:00
drafts.feature Cleaned up cucumbers 2014-04-23 13:40:21 -04:00
embed_filters.feature Change nils argument to string 2014-05-06 21:36:13 +02:00
frontmatter_defaults.feature Add blank frontmatter to feature test 2014-08-01 13:24:27 -07:00
include_tag.feature Add tests for include tag with partial variables 2014-08-05 01:04:20 -04:00
incremental_rebuild.feature Add unit and cucumber tests 2014-11-26 21:15:53 -08:00
markdown.feature Update Maruku dependency to allow use of the latest version. 2014-07-08 19:44:40 -07:00
pagination.feature Cleaned up cucumbers 2014-04-23 13:40:21 -04:00
permalinks.feature Revert "Make permalink parsing consistent with pages" 2014-10-18 12:07:44 -07:00
plugins.feature Finish up the plugin manager 2014-11-05 19:29:54 -08:00
post_data.feature Add tests for duplicated categories 2014-07-10 18:03:50 +09:00
post_excerpts.feature Cleaned up cucumbers 2014-04-23 13:40:21 -04:00
rendering.feature Add a space because regexp. 2014-08-30 22:40:32 -07:00
site_configuration.feature Reorganize tests for plugins. 2014-11-05 18:39:54 -08:00
site_data.feature Cleaned up cucumbers 2014-04-23 13:40:21 -04:00