1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-07 02:40:52 +00:00
plantuml/src/net
BOUDJENIBA Oussama d85f96256e
Prevent IndexOutOfBoundsException in equation rendering by checking non-empty 'texsymbol' strings
This commit introduces a check before accessing the first character of 'texsymbol' strings in equation rendering, preventing IndexOutOfBoundsException when custom functions names are used which can lead to an empty string. This change ensures that equations custom variables names ending with standard function strings are handled gracefully without errors
2024-03-04 09:58:29 +01:00
..
atmp feat: work on chronology 2023-12-11 18:34:23 +01:00
sourceforge/plantuml Prevent IndexOutOfBoundsException in equation rendering by checking non-empty 'texsymbol' strings 2024-03-04 09:58:29 +01:00