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

Exercise generator fails to keep an empty line between some generated execute blocks #194

Open
BNAndras opened this issue Nov 7, 2023 · 0 comments

Comments

@BNAndras
Copy link
Member

BNAndras commented Nov 7, 2023

https://github.com/exercism/problem-specifications/blob/main/exercises/dnd-character/canonical-data.json

The other executes have an empty line in between, but these two don't.

Execute (ability modifier for score 18 is +4):
  let g:score = 18
  let g:expected = 4
  AssertEqual g:expected, Modifier(g:score)
Execute (random ability is within range):
  let g:expected = "score >= 3 && score <= 18"
  AssertEqual g:expected, Ability()
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