修复注释处理问题

This commit is contained in:
kangkang520
2018-11-12 23:34:26 +08:00
parent 800bec3a4c
commit 4ec3ecb69b
4 changed files with 22 additions and 20 deletions

View File

@ -3,4 +3,4 @@ import { decode } from '../src'
const content = fs.readFileSync(__dirname + '/test.ini')
const res = decode(content)
console.log(res)
console.log(res.json)