Schema: Don't fail if a map contains trailing or leading whitespace on lines
This commit is contained in:
parent
bc2054ec10
commit
61ee9bcf6b
1 changed files with 2 additions and 2 deletions
|
@ -125,11 +125,11 @@
|
|||
[type]
|
||||
name="map_data"
|
||||
[list]
|
||||
split="\n"
|
||||
split="\s*\n\s*"
|
||||
[element]
|
||||
[list]
|
||||
[element]
|
||||
value="([a-zA-Z0-9_]+\s+)?[A-Za-z\\|/\^_]+"
|
||||
value="([a-zA-Z0-9_]+\s+)*[A-Za-z\\|/\^_]+"
|
||||
[/element]
|
||||
[/list]
|
||||
[/element]
|
||||
|
|
Loading…
Add table
Reference in a new issue