clojure-ini icon indicating copy to clipboard operation
clojure-ini copied to clipboard

Library not work with list of variables

Open dezconnect opened this issue 8 years ago • 0 comments

For example if I want define list of IP such as:

[some-definition] ips[] = 192.168.0.1 ips[] = 192.168.0.2 ips[] = 192.168.0.3

I get only: :ips[] "192.168.0.3"

dezconnect avatar Aug 15 '16 15:08 dezconnect