File tree Expand file tree Collapse file tree
test/ut3_tester/core/annotations Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ create or replace package test_annotation_parser is
2020 --%test(Ignores content of multi-line comments)
2121 procedure ignore_annotations_in_comments;
2222
23- --%test(Ignores wrapped package and does not raise exception )
23+ -- %test(ignore wrapped package source )
2424 procedure ignore_wrapped_package;
2525
2626 --%test(Parses package level annotations with annotation params containing brackets)
@@ -32,7 +32,7 @@ create or replace package test_annotation_parser is
3232 -- %test(Parses source-code with Windows-style newline)
3333 procedure test_windows_newline;
3434
35- -- %test(Parses annotations with very long object names )
35+ -- %test(parse annotations with very long procedure name )
3636 procedure test_annot_very_long_name;
3737
3838 -- %test(Parses upper case annotations)
You can’t perform that action at this time.
0 commit comments