Sha256: c206dab4a7dc05ec578e852fb274fb7b8abb171da0614f7cb1b0834a339604cd
Contents?: true
Size: 392 Bytes
Versions: 65
Compression:
Stored size: 392 Bytes
Contents
require File.dirname(__FILE__) + '/../spec_helper' describe "LaTeX" do examples_from_yaml do |doc| RedCloth.new(doc['in']).to_latex end it "should not raise an error when orphaned parentheses in a link are followed by punctuation and words in LaTeX" do lambda { RedCloth.new(%Q{Test "(read this":http://test.host), ok}).to_latex }.should_not raise_error end end
Version data entries
65 entries across 65 versions & 8 rubygems