Skip to content

Handle trailing whitespace in estfe, labels() - #295

Open
NilsEnevoldsen wants to merge 1 commit into
sergiocorreia:masterfrom
NilsEnevoldsen:patch-1
Open

Handle trailing whitespace in estfe, labels()#295
NilsEnevoldsen wants to merge 1 commit into
sergiocorreia:masterfrom
NilsEnevoldsen:patch-1

Conversation

@NilsEnevoldsen

Copy link
Copy Markdown

Code
estfe *, labels(foreign "Foreign FE" )
results in error
"error: odd number of labels"
because the trailing whitespace has no `rhs' token.

Tweak the while loop to exit if only whitespace is left. This also matters for line breaks.

Code
estfe *, labels(foreign "Foreign FE" )
results in error
"error: odd number of labels"
because the trailing whitespace has no `rhs' token.

Tweak the while loop to exit if only whitespace is left. This also matters for line breaks.
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.

1 participant