]> Kevux Git Server - fll/commit
Bugfix: be sure to delimit trailing \ if it is an the end of a quoted content
authorKevin Day <kevin@kevux.org>
Sat, 31 Mar 2012 20:19:34 +0000 (15:19 -0500)
committerKevin Day <kevin@kevux.org>
Sat, 31 Mar 2012 20:19:34 +0000 (15:19 -0500)
commitbe7ada611fefcfd28735b362cebf88e9a8ebd0ca
treefdc0efa6c4edf4096ac792bdce48ceb69caa717c
parenta44df0726364ba54dd9dffb42f229af26860b74b
Bugfix: be sure to delimit trailing \ if it is an the end of a quoted content

What happens is that if the content is (ignore single quotes): 'hell o\'.
The fss extended content conversion should be (include double quotes): "hell o\\".
The code must realize that the last \ is a would end up before a quote, or one would get: "hell o\".
That content string would then be classified as an unterminated group.
level_1/fl_fss/c/fss_extended.c