Revert "Normalize line-endings in test plugins"
This reverts commit 73fcc42353
.
This commit is contained in:
parent
73fcc42353
commit
052f1bd412
|
@ -1,14 +1,14 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
# For testing excerpt handling of custom tags
|
# For testing excerpt handling of custom tags
|
||||||
|
|
||||||
module Jekyll
|
module Jekyll
|
||||||
class DoNothingBlock < Liquid::Block
|
class DoNothingBlock < Liquid::Block
|
||||||
end
|
end
|
||||||
|
|
||||||
class DoNothingOther < Liquid::Tag
|
class DoNothingOther < Liquid::Tag
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
Liquid::Template.register_tag("do_nothing", Jekyll::DoNothingBlock)
|
Liquid::Template.register_tag("do_nothing", Jekyll::DoNothingBlock)
|
||||||
Liquid::Template.register_tag("do_nothing_other", Jekyll::DoNothingOther)
|
Liquid::Template.register_tag("do_nothing_other", Jekyll::DoNothingOther)
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Jekyll
|
module Jekyll
|
||||||
class Dummy < Generator
|
class Dummy < Generator
|
||||||
priority :high
|
priority :high
|
||||||
|
|
||||||
def generate(site) end
|
def generate(site) end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue