jekyll/features
Christoph Päper 3688640d59 add /_data/*.tsv support (#5985)
* Update data.feature

- add .tsv
- add .csv with `\t`
- add .csv with `;`

* Fix Appveyor with dst-aware cucumber steps

* Check for given content in posts

* mention Ruby > 2.1.0 in docs

* Update history to reflect merge of #5983 [ci skip]

* Update history to reflect merge of #5961 [ci skip]

* Update data_reader.rb

- add .tsv support with tab separated columns
- not adding support for auto-detecting `:col_sep`

ftp://ftp.iana.org/assignments/media-types/text/tab-separated-values
https://www.ietf.org/rfc/rfc4180.txt (CSV)
https://ruby-doc.org/stdlib-2.4.1/libdoc/csv/rdoc/CSV.html

* Update data.feature

don't do semicolons and tabs in .csv within this patch

* Update data.feature

I don't know which component replaced my tab characters by space before.

* Update data.feature

t

* Update data_reader.rb

add a single space to satisfy format checker
2017-03-28 18:36:29 -04:00
..
support Fix Appveyor with dst-aware cucumber steps 2017-03-17 17:40:03 +05:30
collections.feature fix collection cucumber for windows 2016-11-29 14:17:56 +01:00
create_sites.feature Ensures related_posts are only set for a post 2016-03-01 12:05:49 -08:00
data.feature add /_data/*.tsv support (#5985) 2017-03-28 18:36:29 -04:00
drafts.feature features: validate the exit status of 0 for successful calls 2016-01-18 11:52:31 -08:00
embed_filters.feature features/embed_filters: reformat a little 2016-01-18 13:41:41 -08:00
frontmatter_defaults.feature add failing test for scope values in subdirs 2016-04-18 13:55:51 -07:00
highlighting.feature Add a test to ensure the Apache bug doesn't come up again. 2016-07-14 16:23:02 -07:00
hooks.feature Run hooks in priority order. 2016-08-06 20:56:34 -05:00
include_tag.feature features: validate the exit status of 0 for successful calls 2016-01-18 11:52:31 -08:00
incremental_rebuild.feature features: validate the exit status of 0 for successful calls 2016-01-18 11:52:31 -08:00
layout_data.feature Add failing test for layout data inheritance bug (#4433) 2016-05-24 18:57:54 -05:00
markdown.feature features: validate the exit status of 0 for successful calls 2016-01-18 11:52:31 -08:00
pagination.feature Add configuration fallback for paginate, and fix tests. 2015-01-31 13:53:17 -08:00
permalinks.feature features: validate the exit status of 0 for successful calls 2016-01-18 11:52:31 -08:00
plugins.feature features: validate the exit status of 0 for successful calls 2016-01-18 11:52:31 -08:00
post_data.feature Drop#[]: only use public_send for keys in the content_methods array 2016-01-21 18:20:35 -08:00
post_excerpts.feature features: validate the exit status of 0 for successful calls 2016-01-18 11:52:31 -08:00
rendering.feature throw IncludeTagError if error occurs in included file 2017-01-15 20:35:10 +01:00
site_configuration.feature Check for given content in posts 2017-03-23 10:10:38 +05:30
site_data.feature features: validate the exit status of 0 for successful calls 2016-01-18 11:52:31 -08:00
step_definitions.rb Fix Appveyor with dst-aware cucumber steps 2017-03-17 17:40:03 +05:30
theme.feature ThemeAssetsReader: fix tests so everything passes. 2016-09-18 15:04:15 -04:00
theme_gem.feature remove 'css' subdirectory from assets folder 2016-09-30 15:34:46 +05:30