Closed (fixed)
Project:
G2 Glossary
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2023 at 07:54 UTC
Updated:
9 Aug 2023 at 18:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
fgmComment #4
fgmStep 1 : we now have a test that fails, characterizing the issue. The problem is a logic error in the
foreachloop inhandleTextNode.Comment #5
fgmAnother error case is when the first match is within the root text node while a second one is within another element, like
Is foo also a <em>foobar</em>?, in which case the second one is not being detected.Comment #6
fgmAll error cases addressed.
Comment #7
fgmTypo in composer.json
Comment #9
fgmMerged to current dev HEAD.