Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdidion authored Oct 10, 2023
1 parent c1cf263 commit 22fa860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
****# pest-test
# pest-test

Testing framework for [pest parser](https://pest.rs) (similar to `tree-sitter test`).

Expand Down Expand Up @@ -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.
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.

0 comments on commit 22fa860

Please sign in to comment.