]> Kevux Git Server - fll/commit
Bugfix: IKI read is not identifying cases with leading characters.
authorKevin Day <thekevinday@gmail.com>
Mon, 20 Jul 2020 04:06:16 +0000 (23:06 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 20 Jul 2020 04:06:16 +0000 (23:06 -0500)
commit443cf36855c5d2e138f150c19bbb9300269d1aeb
tree4cff6e11e97e3bbbbc071f459daf3f98e10c21ef
parent4d202bebfd9bb0f88d722cc8c75ff7e1e375ea28
Bugfix: IKI read is not identifying cases with leading characters.

An IKI read string that begins with text that is potentially valid, followed by non-IKI name characters, and finally followed by a valid IKI variable name is not detected.

Example:
  Should=define:"value".

The above didn't resolve, but with this fix should now find the full IKI variable: 'define:"value"'.
level_0/f_iki/c/iki.c