From a6acc7790406974d8a99849bd0d476f43b5b0105 Mon Sep 17 00:00:00 2001
From: Jean-Philippe Lang
Another paragraph",
# no multiline link text
- "This is a double quote \"on the first line\nand another on a second line\":test" => "This is a double quote \"on the first line
\nand another on a second line\":test"
+ "This is a double quote \"on the first line\nand another on a second line\":test" => "This is a double quote \"on the first line
\nand another on a second line\":test",
+ # mailto link
+ "\"system administrator\":mailto:sysadmin@example.com?subject=redmine%20permissions" => "system administrator",
}
to_test.each { |text, result| assert_equal "
#{result}
", textilizable(text) } end -- 2.39.5