From f280407d7350c2abc4cc35389d389acdc5d93e28 Mon Sep 17 00:00:00 2001 From: Jacek Generowicz Date: Wed, 10 Jun 2020 20:32:29 +0200 Subject: Fix parser test directory name in dev docs --- docs/dev/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/README.md b/docs/dev/README.md index cf93135ee..ef5ffbf59 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md @@ -308,7 +308,7 @@ The results are 100% Rust specific though. Test for parser (`ra_parser`) live in `ra_syntax` crate (see `test_data` direcotory). There are two kinds of tests: -* Manually written test cases in `parser/ok` and `parser/error` +* Manually written test cases in `parser/ok` and `parser/err` * "Inline" tests in `parser/inline` (these are generated) from comments in `ra_parser` crate. The purpose of inline tests is not to achieve full coverage by test cases, but to explain to the reader of the code what each particular `if` and `match` is responsible for. -- cgit v1.2.3