| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-10-21 | Move parse-fail tests to UI | Vadim Petrochenkov | -18/+0 | |
| 2016-05-01 | parser: fix suppression of syntax errors in range RHS | Georg Brandl | -0/+18 | |
| Invalid expressions on the RHS were just swallowed without generating an error. The new code more closely mirrors the code for parsing `..x` in the `parse_prefix_range_expr` method, where no cancel is done either. Fixes #33262. | ||||
