Skip to content

Suite/test description gets cut after the inner closing bracket #337

Description

@jgebal

Example:

CREATE OR REPLACE PACKAGE TRAIN_USER1.ut_betwnstr
AS
   -- %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 .003571 seconds
1 tests, 0 failed, 0 errored, 0 disabled, 0 warning(s)

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions