Skip to content

Commit 0ed5b70

Browse files
committed
Update the readme with the new percentage
oddly enough we now run 473240 vs 693247 before. Shouldn't we run more tests now with a new release?
1 parent 7129e11 commit 0ed5b70

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.org

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ using only character and most translation opcodes basically works.
1717
The original YAML test suite is supported and can be used to test the
1818
re-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
2121
successfully.
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

8181
Test the table query functionality:

0 commit comments

Comments
 (0)