Menu

#91 C# parser does not parse fields with spaces between generics

closed-fixed
None
5
2008-02-25
2007-11-23
No

The class below will not render properly in the Outline.

class Test {
List <T> x;
}

The space between 'List' and '<T>' causes the parser to match words incorrectly.

Discussion

  • Remy Chi Jian Suen

    Logged In: YES
    user_id=1299552
    Originator: YES

    Fixed in CVS HEAD. Test 37 has been created for this bug.

     
  • Remy Chi Jian Suen

    • assigned_to: nobody --> rcjsuen
    • status: open --> closed-fixed
     

Log in to post a comment.