Displaying 3 results from an estimated 3 matches for "n456".
Did you mean:
456
2006 Jun 14
7
CR issue
Hi,
I am using RedCloth (3.0.4).
First using online text2html (http://www.textism.com/tools/textile/) ,
"123
456"
returns <p>123<br />456</p>
But by code:
<code>
require ''RedCloth''
puts RedCloth.new("123\n456").to_html
</code>
I got:
<p>123
456</p>
CR is not taken in consideration. Is there any parameter I am missing?
Thank you for your help,
Jean-Etienne
--
Woa! Kft www.novAgora.hu
"All you need in this life is ignorance and confidence; then succe...
2020 Aug 15
2
Tests failing on CentOS 6
Getting this when attempting to build 2.3.11.3 on CentOS 6:
test-mail-cache.c:176: Assert failed:
strcmp(str_c(str),"123\nfoo\n456\nbar\n")
"" != "123
foo
456
bar
"
test-mail-cache.c:176: Assert failed:
strcmp(str_c(str),"123\nfoo\n456\nbar\n")
"" != "123
foo
456
bar
"
mail cache uncommitted lookups ....................................... :
FAILED
Full...
2020 Aug 17
0
Tests failing on CentOS 6
On 15. Aug 2020, at 14.18, Peter <peter at pajamian.dhs.org> wrote:
>
> Getting this when attempting to build 2.3.11.3 on CentOS 6:
>
> test-mail-cache.c:176: Assert failed: strcmp(str_c(str),"123\nfoo\n456\nbar\n")
> "" != "123
> foo
> 456
> bar
> "
> test-mail-cache.c:176: Assert failed: strcmp(str_c(str),"123\nfoo\n456\nbar\n")
> "" != "123
> foo
> 456
> bar
> "
> mail cache uncommitted lookups...