You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When suite/test name has a comma in it, the text after comma is not displayed.
Example:
CREATE OR REPLACE PACKAGE TRAIN_USER1.ut_betwnstrAS-- %suite(Between string function)-- %test(Returns substring from beginning of the string to end position, if start position is zero)
PROCEDURE zero_start_position;
END;
/
Produces output:
Between string function
Returns substring from beginning of the string to end position
Finished in .022765 seconds
1 tests, 0 failed, 0 errored, 0 disabled, 0 warning(s)
The text was updated successfully, but these errors were encountered:
When suite/test name has a comma in it, the text after comma is not displayed.
Example:
Produces output:
The text was updated successfully, but these errors were encountered: