liblouis / liblouisutdml

An open-source library providing complete braille transcription services for xml, html and text documents
http://liblouis.io
GNU General Public License v3.0
24 stars 16 forks source link

some more tests fail with liblouis 3.20 #75

Closed sthibaul closed 2 years ago

sthibaul commented 2 years ago

Hello,

After upgrading to liblouis 3.20, some more tests have started failing:

FAIL: mathml_nemeth/mover_09
============================

../../lbu_files/nemeth.sem:34: Action or style or macro 'matrix' in column 1 not recognized
FAIL mathml_nemeth/mover_09.test (exit status: 1)

FAIL: mathml_nemeth/mover_10
============================

../../lbu_files/nemeth.sem:34: Action or style or macro 'matrix' in column 1 not recognized
FAIL mathml_nemeth/mover_10.test (exit status: 1)

FAIL: mathml_nemeth/mover_11
============================

../../lbu_files/nemeth.sem:34: Action or style or macro 'matrix' in column 1 not recognized
FAIL mathml_nemeth/mover_11.test (exit status: 1)

FAIL: mathml_nemeth/mover_12
============================

../../lbu_files/nemeth.sem:34: Action or style or macro 'matrix' in column 1 not recognized
FAIL mathml_nemeth/mover_12.test (exit status: 1)

[...]

FAIL: mathml_nemeth/munder_04
=============================

../../lbu_files/nemeth.sem:34: Action or style or macro 'matrix' in column 1 not recognized
FAIL mathml_nemeth/munder_04.test (exit status: 1)

[...]

FAIL: orphanControl_01
======================

pagenum.cti:27: error: The uplow opcode is deprecated.
1 errors found.
nabcc.dis,whitespace.cti,identity.cti,pagenum.cti could not be compiled
liblouisutdml.ini:27: Table 'nabcc.dis,whitespace.cti,identity.cti,pagenum.cti' cannot be found.
liblouisutdml.ini:27: invalid literaryTextTable
pagenum.cti:27: error: The uplow opcode is deprecated.
1 errors found.
nabcc.dis,whitespace.cti,identity.cti,pagenum.cti could not be compiled
liblouisutdml.ini:27: Table 'nabcc.dis,whitespace.cti,identity.cti,pagenum.cti' cannot be found.
liblouisutdml.ini:27: invalid literaryTextTable
FAIL orphanControl_01.test (exit status: 1)

[...]

FAIL: printPageNumberRange_01
=============================

pagenum.cti:27: error: The uplow opcode is deprecated.
1 errors found.
nabcc.dis,whitespace.cti,identity.cti,pagenum.cti could not be compiled
liblouisutdml.ini:28: Table 'nabcc.dis,whitespace.cti,identity.cti,pagenum.cti' cannot be found.
liblouisutdml.ini:28: invalid literaryTextTable
pagenum.cti:27: error: The uplow opcode is deprecated.
1 errors found.
nabcc.dis,whitespace.cti,identity.cti,pagenum.cti could not be compiled
liblouisutdml.ini:28: Table 'nabcc.dis,whitespace.cti,identity.cti,pagenum.cti' cannot be found.
liblouisutdml.ini:28: invalid literaryTextTable
FAIL printPageNumberRange_01.test (exit status: 1)

FAIL: printPageNumberRange_02
=============================

pagenum.cti:27: error: The uplow opcode is deprecated.
1 errors found.
nabcc.dis,whitespace.cti,identity.cti,pagenum.cti could not be compiled
liblouisutdml.ini:28: Table 'nabcc.dis,whitespace.cti,identity.cti,pagenum.cti' cannot be found.
liblouisutdml.ini:28: invalid literaryTextTable
pagenum.cti:27: error: The uplow opcode is deprecated.
1 errors found.
nabcc.dis,whitespace.cti,identity.cti,pagenum.cti could not be compiled
liblouisutdml.ini:28: Table 'nabcc.dis,whitespace.cti,identity.cti,pagenum.cti' cannot be found.
liblouisutdml.ini:28: invalid literaryTextTable
FAIL printPageNumberRange_02.test (exit status: 1)

Samuel

egli commented 2 years ago

Hi Samuel

Yes, we made some backwards incompatible changes. The opcode uplow is no more. It has been replaced with the more general base opcode. Let me see if I can fix the test suite of liblouisutdml and make a new release.

Sorry for the trouble.