Skip to content
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

[#24] Added ktn_code:consult/1 and moved split_when/2 to ktn_lists. #25

Merged
merged 3 commits into from
Feb 13, 2015

Conversation

jfacorro
Copy link

No description provided.

["{a}.", " {b}."] = ktn_lists:split_when(IsDot, "{a}. {b}."),
[] = ktn_lists:split_when(IsDot, ""),
["."] = ktn_lists:split_when(IsDot, "."),
["{a}.", " {b}.", "{c, d, e}"] = ktn_lists:split_when(IsDot, "{a}. {b}.{c, d, e}"),
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 64 is too long: ["{a}.", " {b}.", "{c, d, e}"] = ktn_lists:split_when(IsDot, "{a}. {b}.{c, d, e}"),.

elbrujohalcon pushed a commit that referenced this pull request Feb 13, 2015
[#24] Added ktn_code:consult/1 and moved split_when/2 to ktn_lists.
@elbrujohalcon elbrujohalcon merged commit 5c6702e into master Feb 13, 2015
@jfacorro jfacorro deleted the jfacorro.24.ktn_code.consult branch February 13, 2015 18:51
elbrujohalcon pushed a commit that referenced this pull request Nov 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants