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

New Operation: Lines #203

Open
neocotic opened this issue May 24, 2013 · 1 comment
Open

New Operation: Lines #203

neocotic opened this issue May 24, 2013 · 1 comment

Comments

@neocotic
Copy link
Member

Add a new lines operations which simply counts the number of lines that it contains.

Optional

Add a secondary operation that ignores blank lines (e.g. linesIgnoreBlank).

@ghost ghost assigned neocotic May 24, 2013
@neocotic neocotic self-assigned this Feb 26, 2014
@neocotic
Copy link
Member Author

I don't think that this will be so easy to do since the DOM may have more lines than what the user sees. For example:

foo bar

Could be presented based on the following HTML:

<p>
  foo

  bar  
</p>

Line count of p would should 3 where the user would expect 1. I'm going to have to rethink this so I'm removing from 1.2.7.

@neocotic neocotic removed this from the 1.2.7 milestone Feb 26, 2014
@neocotic neocotic removed their assignment Feb 26, 2014
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