You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If PKMX_WCHAR GetDelimitedString(PKMX_WCHAR *p, KMX_WCHAR const * Delimiters, KMX_WORD Flags) in Compiler.cpp is supplied with the arguments p=u"(b )", u"()" and GDS_CUTLEAD | GDS_CUTFOLL, although the correct string is returned (b), p is left pointing to the closing delimiter ()) instead of the closing \0.
Describe the bug
If
PKMX_WCHAR GetDelimitedString(PKMX_WCHAR *p, KMX_WCHAR const * Delimiters, KMX_WORD Flags)
inCompiler.cpp
is supplied with the argumentsp=u"(b )"
,u"()"
andGDS_CUTLEAD | GDS_CUTFOLL
, although the correct string is returned (b
),p
is left pointing to the closing delimiter ()
) instead of the closing\0
.https://vscode.dev/github/keymanapp/keyman/blob/test/developer/kmcmplib-compiler-unit-tests-2/developer/src/kmcmplib/src/Compiler.cpp#L1686-L1723
Keyman apps
The text was updated successfully, but these errors were encountered: