Skip to content

Enable pipe action for <<EOF>> rules.#706

Merged
lsf37 merged 2 commits intomasterfrom
EOF-pipe
Jan 3, 2020
Merged

Enable pipe action for <<EOF>> rules.#706
lsf37 merged 2 commits intomasterfrom
EOF-pipe

Conversation

@lsf37
Copy link
Member

@lsf37 lsf37 commented Jan 3, 2020

Previously "<> |" did not compile unless it was the last in a series of
pipe actions (i.e. <> always expected "{}").

Fixes #201

Previously "<<EOF>> |" did not compile unless it was the last in a series of
pipe actions (i.e. <<EOF>> always expected "{}").

Fixes #201
@lsf37 lsf37 requested a review from sarowe as a code owner January 3, 2020 10:29
@lsf37 lsf37 self-assigned this Jan 3, 2020
@lsf37 lsf37 added the bug Not working as intended label Jan 3, 2020
@lsf37 lsf37 added this to the 1.8.0 milestone Jan 3, 2020
@lsf37 lsf37 merged commit 82b9a5e into master Jan 3, 2020
@lsf37 lsf37 deleted the EOF-pipe branch January 3, 2020 10:58
regisd pushed a commit that referenced this pull request Jan 3, 2020
commit 82b9a5e
Author:     Gerwin Klein <lsf@jflex.de>
AuthorDate: Fri Jan 3 18:58:24 2020 +0800
Commit:     GitHub <noreply@github.com>
CommitDate: Fri Jan 3 18:58:24 2020 +0800

    Enable pipe action for <<EOF>> rules. (#706)

    Previously "<<EOF>> |" did not compile unless it was the last in a series of
    pipe actions (i.e. <<EOF>> always expected "{}").

    Fixes #201

Updated from target/jflex-parent-1.8.0-SNAPSHOT-sources.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Not working as intended

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pipe "|" action does not work for <<EOF>> rules

1 participant