Difference: TestCaseAutoNestedVerbatim ( vs. 1)

Revision 12021-01-06 - TWikiGuest

Line: 1 to 1
Added:
>
>
Description: verbatim tags should be nestable to at least two levels.

run this test

Designed by: Crawford Currie

  • Set EGG = font color="blue"
  • Set BACON = font color="purple"
  • Set ENDBREAKFAST = /font

ExpectedActual
<-- expected FIRST TEST -->
Before Verbatim
<%EGG%> In outer verbatim <%ENDBREAKFAST%>
<verbatim>
In inner verbatim with <text in angle braces>
</verbatim>
<%EGG%> In outer verbatim again <%ENDBREAKFAST%>
After Verbatim
<-- /expected -->
<-- actual -->
Before Verbatim
<%EGG%> In outer verbatim <%ENDBREAKFAST%>
<verbatim>
In inner verbatim with <text in angle braces>
</verbatim>
<%EGG%> In outer verbatim again <%ENDBREAKFAST%>
After Verbatim
<-- /actual -->

Expected at end of topic

<-- expected SECOND TEST -->
Function is
---++ sub marine() => dive dive dive
Admire the pretty fishes.
Usage:
<verbatim>
	 my $fishes = _marine();
	 if ( $fishes->{"big mouth rass"} ) {
</verbatim>
Lorem ipsum is pig latin for "that's my lorry, that is".

-- AlexanderTheGeek - 01 Nov 2004

<-- /expected -->

Actual at end of topic

<-- actual -->
Function is
---++ sub marine() => dive dive dive
Admire the pretty fishes.
Usage:
<verbatim>
    my $fishes = _marine();
    if ( $fishes->{"big mouth rass"} ) {
</verbatim>
Lorem ipsum is pig latin for "that's my lorry, that is".

-- AlexanderTheGeek - 01 Nov 2004

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback