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

6 lines
52 B
Plaintext
Raw Normal View History

2017-12-22 17:22:08 +00:00
- var x = 1;
ul
while x < 10
- x++;
li= x