Commit b82f289
committed
For loop syntax enhancements.
1. `FOR` (case-sensitive) is enough as a for loop marker.
Old `:FOR` is not deprecated but that will be eventually done.
Fixes robotframework#2990.
2. For loop separators `IN`, `IN RANGE`, `IN ENUMERARE` and `IN ZIP`
are now case-sensitive and using them case-insensitively is
deprecated. Fixes robotframework#2991.1 parent 8ffae8f commit b82f289
File tree
8 files changed
+206
-146
lines changed- atest
- robot
- cli/rebot/remove_keywords
- running
- testdata/running
- doc/userguide/src/CreatingTestData
- utest/parsing
8 files changed
+206
-146
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
| 345 | + | |
346 | 346 | | |
347 | 347 | | |
348 | | - | |
| 348 | + | |
349 | 349 | | |
350 | 350 | | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
351 | 373 | | |
352 | 374 | | |
353 | 375 | | |
| |||
0 commit comments