Skip to content

Function Examples end as Sub #31

@ColmBhandal

Description

@ColmBhandal

There are at least two code examples in this project which are functions but end with "End Sub":

  • In Readme.md the function "Function AddTests() As TestSuite"
  • In the TDD example, the function "Public Function Specs() As SpecSuite"

This is a trivial issue, I know. It's a documentation issue really rather than a source code issue. But since the fix is also trivial I figured I might as well raise it.

Fix: Change "End Sub" to "End Function"

P.s. Thanks for the amazing test harness!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions