Maintain folder annotation consistency #6208
Labels
bug
Identifies work items for known bugs
difficulty-02-ducky
Resolving these involves the internal API, but with relatively easy problems to solve.
Version 2.5.9.x (debug)
OS: Microsoft Windows NT 10.0.19045.0, x64
Host Product: Microsoft Office x86
Host Version: 16.0.17425.20124
Host Executable: EXCEL.EXE
Description
Folder annotation is not consistent amongst added unit tests and RightClick>Annotate>Selected Declaration
To Reproduce
Steps to reproduce the behavior:
Option Explicit
(you do have that enabled right?) > Rubberduck>Annotate>Selected Declaration> Annotation to add -> @folder - FooBar'@Folder "FooBar"
whereas unit tests add add'@Folder("FooBar")
Expected behavior
Have uniform annotation consistency throughout all of RD.
The text was updated successfully, but these errors were encountered: