pixsy/node_modules/pug-lexer/test/cases/while.pug

6 lines
52 B
Plaintext

- var x = 1;
ul
while x < 10
- x++;
li= x