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
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
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 at end of topic

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

Actual at end of topic

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 topic: TestCases > TestCaseAutoNestedVerbatim
Topic revision: r0 - 2010-09-12 - TWikiContributor
 
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