From cda1d645a81011dfc739d3cf827a1e27504c11b1 Mon Sep 17 00:00:00 2001 From: Simran Spiller Date: Thu, 29 Jun 2023 17:11:50 +0300 Subject: [PATCH] Fix typo --- lexers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lexers/README.md b/lexers/README.md index a205d89c8..60a0055ad 100644 --- a/lexers/README.md +++ b/lexers/README.md @@ -5,7 +5,7 @@ All lexers in Chroma should now be defined in XML unless they require custom cod ## Lexer tests The tests in this directory feed a known input `testdata/.actual` into the parser for `` and check -that its output matches `.exported`. +that its output matches `.expected`. It is also possible to perform several tests on a same parser ``, by placing know inputs `*.actual` into a directory `testdata//`.