ladybird/Libraries/LibJS/Tests/loops
Linus Groh 5122f98198 Base+LibJS+LibWeb: Make prettier clean
Also use "// prettier-ignore" comments where necessary rather than
excluding whole files (via .prettierignore).
2020-12-27 21:25:27 +01:00
..
break-basic.js Base+LibJS+LibWeb: Make prettier clean 2020-12-27 21:25:27 +01:00
continue-basic.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
do-while-basic.js LibJS: Always insert semicolon after do-while statement if missing 2020-10-28 21:11:32 +01:00
for-basic.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
for-head-errors.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
for-in-basic.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
for-no-curlies.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
for-of-basic.js LibJS: Integrate iterator protocol into language features 2020-07-14 17:58:42 +02:00
for-scopes.js LibJS: Indent tests with 4 spaces instead of 2 2020-07-06 23:40:35 +02:00
while-basic.js LibJS: Check for exception after executing (do)while test expression 2020-10-23 19:06:57 +02:00