Skip to content

Commit

Permalink
Improved the regexp of symbols in schema.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
macabeus authored and Elvish-Hunter committed Mar 22, 2016
1 parent 67e79f7 commit adacf79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/schema.cfg
@@ -1,7 +1,7 @@
#textdomain wesnoth
[schema]
identifier="re ^[a-zA-Z0-9_ ]+$"
symbol="re ^[A-Z_]+$"
symbol="re ^[A-Z][A-Z0-9_]*$"
string="re ^[ -~]+$"
integer="re ^(\+|-)?[0-9]+$"
float="re ^(\+|-)?[0-9]+(\.[0-9]*)?$"
Expand Down

0 comments on commit adacf79

Please sign in to comment.