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

Inconsistent newline behaviour when diverting from a choice #420

Closed
joethephish opened this issue Mar 30, 2018 · 2 comments
Closed

Inconsistent newline behaviour when diverting from a choice #420

joethephish opened this issue Mar 30, 2018 · 2 comments

Comments

@joethephish
Copy link
Member

Input 1

Without choice. -> elsewhere
  
== elsewhere ==
Elsewhere.
-> DONE.

Result, as expected:

Without choice. Elsewhere.

Input 2

* Test.
  Second line in choice. -> elsewhere
  
== elsewhere ==
Elsewhere.
-> DONE.

Result (as expected):

Test.
Second line in choice. Elsewhere.

Input 3

* Test. -> elsewhere
 
== elsewhere ==
Elsewhere.
-> DONE.

Result (wrong/inconsistent):

Test.
Elsewhere.
@joningold
Copy link
Member

Still present in 0.8.0

@joethephish
Copy link
Member Author

Fixed in 2ba454c.

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

2 participants