Subject: | Perl-like array syntax not supported |
Jusdt in case it hasn't been reported before:
% cat /tmp/ttt
---
qr: "^NIKIP/Authen-PAM-"
test:
expect: ["password","password"]
% ysh < /tmp/ttt
$VAR1 = {
'test' => {
'expect' => [
'password',
'password'
]
},
'qr' => '^NIKIP/Authen-PAM-'
};
% ysh -MYAML::Syck < /tmp/ttt
Syck parser (line 4, column 32): syntax error at /usr/local/bin/ysh line
241, <STDIN> line 4.