]> Kevux Git Server - fll/commit
Bugfix: initial slash + quote only needs one additional slash on match at start when...
authorKevin Day <kevin@kevux.org>
Thu, 22 Mar 2012 00:43:44 +0000 (19:43 -0500)
committerKevin Day <kevin@kevux.org>
Thu, 22 Mar 2012 00:43:44 +0000 (19:43 -0500)
commit5642352f976e24d92d7a178637c8b5aebc996976
tree07d5b2717ec48c2d8b908712fb44223f04dedd77
parent68b44c10b86eb112ca37a17cc73784e06b2e51bb
Bugfix: initial slash + quote only needs one additional slash on match at start when writing

If the object or content group begins with any number of slashes followed by a single or double quite, only a single slash is needed to delimit the quote.
This is done because no valid object or content group can start with a slash and expected to be treated as if it were quoted.
That means the quote is meaningless.
The initial slash delimit is necessary in case the object name starts with a single or double quote but it should not be treated as such.
This for an object name of " would be written as \".
level_1/fl_fss/c/fss_basic.c
level_1/fl_fss/c/fss_extended.c