Merge pull request #1776 from junegunn/inventory-group-var-ws

Allows whitespaces around assignment operators when defining group variables
This commit is contained in:
Michael DeHaan
2012-12-17 16:51:49 -08:00
3 changed files with 17 additions and 3 deletions

View File

@@ -34,6 +34,12 @@ rgc=3
b=10000
c=10001
d=10002
e = 10003
f = 10004 != 10005
g = " g "
h = ' h '
i = ' i "
j = " j
[rtp]
rtp_a