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

Add support for while and case #34

Closed
Applelo opened this issue Nov 8, 2019 · 0 comments · Fixed by #35
Closed

Add support for while and case #34

Applelo opened this issue Nov 8, 2019 · 0 comments · Fixed by #35
Assignees
Labels
type: bug Functionality that does not work as intended/expected

Comments

@Applelo
Copy link

Applelo commented Nov 8, 2019

When I use case or while loop, I get an error in my code because your plugin doesn't support it.

You can reproduce the bug with the code of the pug documentation

- var n = 0;
ul
  while n < 4
    li= n++
- var friends = 1
case friends
  when 0: p you have no friends
  when 1: p you have a friend
  default: p you have #{friends} friends
@Shinigami92 Shinigami92 self-assigned this Nov 8, 2019
@Shinigami92 Shinigami92 added the type: bug Functionality that does not work as intended/expected label May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants