File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ using only character and most translation opcodes basically works.
1717The original YAML test suite is supported and can be used to test the
1818re-implementation.
1919
20- Currently, the re-implementation passes 66 % of the liblouis test suite
20+ Currently, the re-implementation passes 68 % of the liblouis test suite
2121successfully.
2222
2323* Relation to liblouis
@@ -71,11 +71,11 @@ Run all YAML tests:
7171#+BEGIN_SRC shell
7272 $ LOUIS_TABLE_PATH=~/src/liblouis/tables:~/src/liblouis ./target/release/louis check --summary ~/src/liblouis/tests/braille-specs/*.yaml ~/src/liblouis/tests/yaml/*.yaml 2> /dev/null
7373 ================================================================================
74- 693247 tests run:
75- 459026 successes [66.2 %]
76- 221808 failures [32.0 %]
77- 12031 expected failures [1.7 %]
78- 382 unexpected successes [0.1%]
74+ 473240 tests run:
75+ 324695 successes [68.6 %]
76+ 137803 failures [29.1 %]
77+ 10319 expected failures [2.2 %]
78+ 423 unexpected successes [0.1%]
7979#+END_SRC
8080
8181Test the table query functionality:
You can’t perform that action at this time.
0 commit comments