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