Skip to content

small issue in the documentation #7

@NickStrange

Description

@NickStrange

In the getting started with TDD and utplsql

under Define tested function

create or replace function betwnstr( a_string varchar2, a_start_pos integer, a_end_pos integer ) return varchar2
is
begin
return substr( a_string, l_start_pos, a_end_pos - a_start_pos );
end;
/
l_start_pos should be a_start_pos

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions