tno-terminology-design / tev2-tools

The Terminology Engine (v2) is a set of specifications and tools that caters for the creation and maintenance (i.e. curation) of terminologies. This repository contains the sources for the tools.
Apache License 2.0
2 stars 3 forks source link

HRGT (a) produces text where it should not, and (b) uses wrong logging syntax #34

Closed RieksJ closed 9 months ago

RieksJ commented 9 months ago

Here is a part of the log when generating the tev2-specifications stuff:

image

While it is correct that the concept 'action' should not result in a converted text, the log should write ... 'concept:action' ... rather than ... 'action:concept' ....

The stuff that is actually generated is this:

image

As you can see, rather than NOT generating texts, the name of the converter is used as the text (which is wrong).

So:

Ca5e commented 9 months ago

I've changed the behaviour slightly. Now, when no expression is filled, the replacement text is not added. The replacement text is correct in the sense that markdown-abbr-table-row doesn't yet exist as a default in the latest published version, and is thus assumed to be the template. Will publish the new version tomorrow.