Skip to content

Commit 52620d3

Browse files
committed
Add links to ut_str web page
1 parent 303e974 commit 52620d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/demo/ut_str.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Original Example
88

9-
The [original "ut_str" example](https://utplsql.org/utPLSQL/v2.3.1/testfunc.html) is in the utPLSQL documentation. The PL/SQL source for the package that will be tested is somewhat elusive. It is not on the website, but in the "examples" source in a files called "str.pks" and "str.pkb". This example is the unique case of a self-testing package in utPLSQL. Since it is a self-testing package, all the source is included in this web page.
9+
The [original "ut_str" example](https://utplsql.org/utPLSQL/v2.3.1/testfunc.html) is in the utPLSQL documentation. The PL/SQL source for the package to be tested is somewhat elusive. It is not on the website, but in the "examples" source in a files called "str.pks" and "str.pkb". This example is the unique case of a self-testing package in utPLSQL, which is also discussed in the [Put Test Code in Same Package](https://utplsql.org/utPLSQL/v2.3.1/samepack.html) web page. Since it is a self-testing package, all the source is included in this web page.
1010

1111
## Test Package Conversion
1212

0 commit comments

Comments
 (0)