Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35acf14 commit 3327fc3Copy full SHA for 3327fc3
2 files changed
test/ut3_tester/core/test_suite_builder.pkb
@@ -767,7 +767,7 @@ create or replace package body test_suite_builder is
767
);
768
end;
769
770
- procedure nested_contexts_2 is
+ procedure nested_contexts_2 is
771
l_actual clob;
772
l_annotations ut3.ut_annotations;
773
begin
test/ut3_tester/core/test_suite_builder.pks
@@ -106,7 +106,7 @@ create or replace package test_suite_builder is
106
--%endcontext
107
108
--%context(--%context annotation)
109
- --%name(context)
+ --%name(context)
110
111
--%test(Creates nested suite for content between context/endcontext annotations)
112
procedure suite_from_context;
0 commit comments