Skip to content

Suite/test description gets cut after comma #336

@jgebal

Description

@jgebal

When suite/test name has a comma in it, the text after comma is not displayed.
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 .022765 seconds
1 tests, 0 failed, 0 errored, 0 disabled, 0 warning(s)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions