Files
jekyll/lib/jekyll
Ashwin Maroli ffe8d168f2 Prefer Regexp#match? over String#match?
This commit fixes a minor regression introduced in the commit e10a909

Prefer using `Regexp#match` because `@file` or `file` in these lines
could be `nil` if the `tag_markup` is just whitespace. In that scenario,
Jekyll should proceed to the validation logic and bail instead of raising
a `NoMethodError` exception.
2019-07-14 12:33:46 +05:30
..
2018-09-09 18:14:46 -04:00
2019-05-01 14:43:20 -04:00
2018-09-09 18:14:46 -04:00
2018-06-02 06:50:32 -04:00
2018-09-09 18:14:46 -04:00
2018-09-09 18:14:46 -04:00
2017-08-30 14:17:18 -04:00
2018-06-02 06:50:32 -04:00
2018-09-09 18:14:46 -04:00
2018-09-09 18:14:46 -04:00
2019-03-19 03:03:57 -04:00