We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df294bb commit 22a160cCopy full SHA for 22a160c
spec/jekyll_seo_tag_integration_spec.rb
@@ -8,7 +8,7 @@
8
let(:tag) { "seo" }
9
let(:text) { "" }
10
let(:output) { Liquid::Template.parse("{% #{tag} #{text} %}").render!(context, {}) }
11
- let(:json) { output.match(%r!<script type=\"application/ld\+json\">(.*)</script>!m)[1] }
+ let(:json) { output.match(%r!<script type="application/ld\+json">(.*)</script>!m)[1] }
12
let(:json_data) { JSON.parse(json) }
13
let(:paginator) { { "previous_page" => true, "previous_page_path" => "foo", "next_page" => true, "next_page_path" => "bar" } }
14
0 commit comments