Test-Source: Porovnání verzí

Z Milan Kerslager
Přejít na: navigace, hledání
(Variants)
m (Stránka Test přemístěna na stránku Test-Source)
 
(Není zobrazena jedna mezilehlá verze od stejného uživatele.)
Řádka 2: Řádka 2:
  
 
== BUG (with Firefox): There should be a box with colored source ==
 
== BUG (with Firefox): There should be a box with colored source ==
 +
 +
=== With no enclose parameter ===
 
<source lang="C">
 
<source lang="C">
 
#include <stdio.h>
 
#include <stdio.h>

Aktuální verze z 13. 1. 2010, 05:23

Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text. Normal text.

BUG (with Firefox): There should be a box with colored source

With no enclose parameter

#include <stdio.h>

int main()
{
  printf("Hello world!\n");
}

Trying with enclose=div

#include <stdio.h>

int main()
{
  printf("Hello world!\n");
}

Trying with enclose=pre

#include <stdio.h>

int main()
{
  printf("Hello world!\n");
}

And there should be normal pre-formatted source

#include <stdio.h>

int main()
{
  printf("Hello world!\n");
}