We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is some confusing behavior where Skip does not skip the number of lines but rather the number of non-empty lines.
Skip
TextUtility/src/code/TextTableParser.cs
Lines 102 to 111 in ad78ef8
Skip should match the number of input object lines.
Skip only matches on non-blank lines creating a disconnect between input and what is being processed.
No response
7.4
0.5.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Steps to reproduce
There is some confusing behavior where
Skip
does not skip the number of lines but rather the number of non-empty lines.TextUtility/src/code/TextTableParser.cs
Lines 102 to 111 in ad78ef8
Expected behavior
Skip should match the number of input object lines.
Actual behavior
Skip only matches on non-blank lines creating a disconnect between input and what is being processed.
Error details
No response
Environment data
7.4
Version
0.5.0
Visuals
No response
The text was updated successfully, but these errors were encountered: