Skip to content

Suite/test description gets cut after comma #336

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jgebal opened this issue May 31, 2017 · 0 comments
Closed

Suite/test description gets cut after comma #336

jgebal opened this issue May 31, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@jgebal
Copy link
Member

jgebal commented May 31, 2017

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)
@jgebal jgebal added the bug label May 31, 2017
@jgebal jgebal added this to the v3.0.1 milestone May 31, 2017
@jgebal jgebal self-assigned this Jun 8, 2017
@ghost ghost removed the in progress label Jun 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant