thqby / ahk2_lib

MIT License
197 stars 26 forks source link

YAML.ahk stringify 解析错误。 #8

Closed skelet8801 closed 1 year ago

skelet8801 commented 1 year ago

将一个Object 转换为Yaml格式的字符串时, yaml格式错误。

测试脚本.txt

skelet8801 commented 1 year ago

311行 中应该为 R+1 吧? LTrim(CO(value, J, R, F), " tn") --> LTrim(CO(value, J, R+1, F), " tn")

thqby commented 1 year ago

改了后有出现其他问题吗

skelet8801 commented 1 year ago

改了后有出现其他问题吗

没有遇到其他问题。