aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/parser/inline/ok/0031_while_expr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fix parsing of block expressions in "forbid_structs" contexts.Geoffry Song2019-10-031-7/+27
| | | | | | Forbidding block expressions entirely is too strict; instead, we should only forbid them in contexts where we are parsing an optional RHS (i.e. the RHS of a range expression).
* update test dataAleksey Kladov2019-09-021-55/+58
|
* move syntax tests to unit testsAleksey Kladov2019-07-241-0/+66