Task #2916
Updated by Matthieu Decorde 6 months ago
(old: some non visible characters are transferred in the CQP structural unit properties values from the table cells)
when a CQP property value contains double space " " CQP fails in some case. eg for the word property value t="A B" :
<pre>
* [t="A B"] FAIL
* [t="A .+"] SUCCESS
</pre>
h3. Solution A
normalize all CQP property values: values :
* @" +"@ -> @" "@
when a CQP property value contains double space " " CQP fails in some case. eg for the word property value t="A B" :
<pre>
* [t="A B"] FAIL
* [t="A .+"] SUCCESS
</pre>
h3. Solution A
normalize all CQP property values: values :
* @" +"@ -> @" "@