Reporter |
Image may be NSFW. Clik here to view. ![]() |
---|---|
Created | Jan 27, 2012 8:25:39 PM |
Updated | Jan 27, 2012 8:25:39 PM |
Priority | Normal |
Type | Bug |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Unassigned |
Subsystem | No subsystem |
Affected versions | 6.1.1 |
Fixed in build | No Fixed in build |
in unit test file
full cleanup formatting of this code removes the #region line, leaving teh #endregion
#region test cases [TestCase("a"), TestCase("b"), ... TestCase("z")] #endregion public void Test(string value) {...}
full cleanup formatting of this code removes the #region line, leaving teh #endregion