Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-10-21 | Change attribute syntax in script to come after variable in set and for (set ... | Karen Arutyunov | 1 | -10/+10 |
2022-10-18 | Fix unexpected 'unterminated double-quoted sequence' script error | Karen Arutyunov | 1 | -6/+6 |
2022-10-18 | Add unexpected 'unterminated double-quoted sequence' error testscript reprodu... | Karen Arutyunov | 1 | -0/+15 |
2022-10-14 | Fix 'for [<attrs>] x: ...' to treat <attrs> as value attributes | Karen Arutyunov | 1 | -9/+10 |
2022-10-13 | Add support for 'for' loop second (... | for x) and third (for x <...) forms ... | Karen Arutyunov | 1 | -1/+459 |
2022-09-29 | Fix variable append logic in script | Boris Kolpackov | 1 | -3/+1 |
2022-09-28 | Add support for 'for' loop first form (for x:...) in script | Karen Arutyunov | 1 | -0/+184 |