Sha256: 92292246dfbb54e581b32740ebacfff8833cef4d492b1d3a5d8f7d3d2c17e7c0
Contents?: true
Size: 391 Bytes
Versions: 50
Compression:
Stored size: 391 Bytes
Contents
# -*- encoding : utf-8 -*- describe Card::Content::Chunk::EscapedLiteral, "literal chunk tests" do it "handles escaped link" do expect(render_content('write this: \[[text]]')) .to eq("write this: <span>[</span>[text]]") end it "handles escaped nest" do expect(render_content('write this: \{{cardname}}')) .to eq("write this: <span>{</span>{cardname}}") end end
Version data entries
50 entries across 50 versions & 1 rubygems