Changes between Initial Version and Version 1 of Ticket #10869


Ignore:
Timestamp:
2014-12-19T17:40:55+01:00 (11 years ago)
Author:
mdk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10869 – Description

    initial v1  
    44* ref=A1;
    55
    6 I think we could add a general warning if "(^;.*|.*;\s*;.*|.*;$)" matches a value. Or is there any use case, where empty values are allowed in such a value list? In "|" delimited list they are.
     6I think we could add a general warning if "(!^;.*|.*;\s*;.*|.*;$)" matches a value. Or is there any use case, where empty values are allowed in such a value list? In "|" delimited list they are.