spec/components/anchors_spec.rb in reverse_adoc-0.2.4 vs spec/components/anchors_spec.rb in reverse_adoc-0.2.5
- old
+ new
@@ -16,6 +16,10 @@
it { is_expected.to include ' do not ignore link:foo.html[] anchor tags with no link text ' }
it { is_expected.to include ' link <<content,internal jumplinks>> with anchors ' }
it { is_expected.to include ' link <<content2>>internal jumplinks without anchors ' }
it { is_expected.to include ' treat [[content]] as bookmarks ' }
+ it { is_expected.to include "<<a_bspaced,Double \\_\\_ anchor with space>>" }
+ it { is_expected.to include "[[a_bspaced]]" }
+ it { is_expected.not_to include "[[_Toc12345]]" }
+
end