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

Reading from paragraphs breaks natural way of listing pre/post tasks: #46

Open
andyburke opened this issue Jul 4, 2018 · 0 comments
Open

Comments

@andyburke
Copy link

Eg:

## task

Does task

Run tasks `foo`, `bar` before this
Run tasks `baz`, `yak` after this

foo, bar, baz and yak will all be executed before task because it is parsed like this:

[ 'before',
  index: 38,
  input: 'Run tasks `foo`, `bar` before this\nRun tasks `baz`, `yak` after this' ]

You have to have an additional newline between the Run tasks definitions.

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

No branches or pull requests

1 participant