From 3ee5d2c4f9b927e8f2a842ff983b64f3094296d0 Mon Sep 17 00:00:00 2001 From: Christian Egli Date: Tue, 26 Mar 2024 14:34:24 +0100 Subject: [PATCH] Update the number of passing tests --- README.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index 8f8472e..a2ac2fb 100644 --- a/README.org +++ b/README.org @@ -17,7 +17,7 @@ using only character and most translation opcodes basically works. The original YAML test suite is supported and can be used to test the re-implementation. -Currently, the re-implementation passes 63% of the liblouis test suite +Currently, the re-implementation passes 70% of the liblouis test suite successfully. * Relation to liblouis @@ -69,13 +69,13 @@ Run the tests in a YAML file: Run all YAML tests: #+BEGIN_SRC shell - $ LOUIS_TABLE_PATH=~/src/liblouis/tables:~/src/liblouis cargo run -- check --brief ~/src/liblouis/tests/braille-specs/*.yaml ~/src/liblouis/tests/yaml/*.yaml 2> /dev/null + $ LOUIS_TABLE_PATH=~/src/liblouis/tables:~/src/liblouis ./target/release/louis check --brief ~/src/liblouis/tests/braille-specs/*.yaml ~/src/liblouis/tests/yaml/*.yaml 2> /dev/null ================================================================================ 654045 tests run: - 410433 successes [63%] - 231425 failures [35%] - 11824 expected failures [2%] - 363 unexpected successes [0%] + 458154 successes [70%] + 183704 failures [28%] + 11928 expected failures [2%] + 259 unexpected successes [0%] #+END_SRC Test the table query functionality: