Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b803402

Browse files
committed
Added link pointing to source code of betwnstr function.
1 parent a252126 commit b803402

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ For detailed instructions on other install options see the [Install Guide](docs/
121121

122122
# Example unit test packages
123123

124-
The below test package is a fully-functional Unit Test package for testing a `betwnstr` function.
124+
The below test package is a fully-functional Unit Test package for testing a [`betwnstr` function](examples/between_string/betwnstr.sql).
125125
Package specification is [annotated](docs/userguide/annotations.md) with special comments.
126126
Annotations define that a package is a unit test suite, they also allow defining a description for the suite as well as the test itself.
127127
Package body consists of procedures containing unit test code. To validate [an expectation](docs/userguide/expectations.md) in test, use `ut.expect( actual_data ).to_( ... )` syntax.

0 commit comments

Comments
 (0)