Menu

#251 @@-Problem in Text

FlexWiki
closed-fixed
NJones
5
2007-08-17
2007-08-17
No

When using Flexwiki to document SQL server features I often document sql code that contains @@ (e.g. @@identity).

When embedding this code in

{@Statement

--code here

}@Statement

there is a problem when the @Statement is not the last @Statement on the page.

This works fine:
Some Text
{@Statement
--code with @@
}@Statement

This does not work:
Some Text
{@Statement
--code with @@
}@Statement

Some Text 2

{@Statement
--some other code
}@Statement

Here the text in "Some Text 2" and the second @Statement block are in the first statement block
The result is this
Some Text
One huge Statement block including "Some text 2" as well as the second statement.

Discussion

  • NJones

    NJones - 2007-08-17
    • assigned_to: nobody --> nbjones
     
  • NJones

    NJones - 2007-08-17

    Logged In: YES
    user_id=1473233
    Originator: NO

    build 2.0.0.100

     
  • NJones

    NJones - 2007-08-17
    • status: open --> closed-fixed
     

Log in to post a comment.