rainerc / cr-data-manager

Automatically exported from code.google.com/p/cr-data-manager
1 stars 0 forks source link

using a colon (:) in field value might give unexpected result #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
a rule like

<<Series:Batman: The Dark Knight>> 

will give unexpected results.

Further testing needed

Original issue reported on code.google.com by rainer.c...@googlemail.com on 28 Mar 2013 at 8:14

GoogleCodeExporter commented 9 years ago
perhaps it would be better to use a | instead of the colon

Original comment by spamnet....@gmail.com on 17 Apr 2013 at 9:51

GoogleCodeExporter commented 9 years ago
There should be no need for that. I think the issue is obsolete because I parse 
for key and modifier only up to the very first colon inside << and >>. Will 
check it more deeply tonight.

Original comment by rainer.c...@googlemail.com on 17 Apr 2013 at 10:08

GoogleCodeExporter commented 9 years ago
Ah, I need to make that change myself (slight oversight on my part)

Original comment by spamnet....@gmail.com on 17 Apr 2013 at 10:36

GoogleCodeExporter commented 9 years ago

Original comment by rainer.c...@googlemail.com on 17 Apr 2013 at 10:44

GoogleCodeExporter commented 9 years ago
just checked my code: as I use String.split(n,":",1) this should work fine. 
Will set this issue to fix.

Original comment by rainer.c...@googlemail.com on 17 Apr 2013 at 10:56