Skip to content

small issue in the documentation #340

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 Jun 6, 2017 · 0 comments
Closed

small issue in the documentation #340

jgebal opened this issue Jun 6, 2017 · 0 comments
Assignees
Milestone

Comments

@jgebal
Copy link
Member

jgebal commented Jun 6, 2017

As reported by @NickStrange here
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

@jgebal jgebal closed this as completed in 6e28c0d Jun 6, 2017
@jgebal jgebal self-assigned this Jun 6, 2017
Pazus added a commit that referenced this issue Jun 7, 2017
…e_fix

Fixed #340 in documentation for develop and v3.0.0
@jgebal jgebal added this to the v3.0.1 milestone Jun 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant