Sha256: 0ed07639b6faac10115f9737e2a12a418224713467af87ed22c6b9f7fec00f56
Contents?: true
Size: 388 Bytes
Versions: 44
Compression:
Stored size: 388 Bytes
Contents
# -*- encoding : utf-8 -*- describe Card::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 inclusion" do expect(render_content('write this: \{{cardname}}')).to eq('write this: <span>{</span>{cardname}}') end end
Version data entries
44 entries across 44 versions & 2 rubygems