diff --git a/README.md b/README.md index cc4ca5b..ea9f493 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -****# pest-test +# pest-test Testing framework for [pest parser](https://pest.rs) (similar to `tree-sitter test`). @@ -102,4 +102,4 @@ Note that a test module is only recompiled when its code changes. Thus, if you a ## Details -Test files are parsed using pest. The source code is parsed using your pest grammar, and the resulting tree is iterated exhaustively to build up a nested data structure, which is then matched to the same structure built from the expected output. If they don't match, the tree is printed with the differences in-line. \ No newline at end of file +Test files are parsed using pest. The source code is parsed using your pest grammar, and the resulting tree is iterated exhaustively to build up a nested data structure, which is then matched to the same structure built from the expected output. If they don't match, the tree is printed with the differences in-line.