You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var p = require('./');
var o = p.parse(`
<plist>
<dict>
<key>test</key>
<string>Testing</string>
<key>bar</key>
<int></int>
</dict>
</plist>
`);
console.log(p.build(o));
this code runs fine but generates an invalid plist, it should throw or fill a default value, or drop the key
Related to #86
this code runs fine but generates an invalid plist, it should throw or fill a default value, or drop the key
current output is:
NOTE: see the missing value for the bar key
The text was updated successfully, but these errors were encountered: