aboutsummaryrefslogtreecommitdiff
path: root/lib/ini/reader_test.go
AgeCommit message (Expand)Author
2026-01-08lib/ini: improve error message when parsing variable nameShulhan
2024-03-05all: comply with linter recommendations #3Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-11-12lib/ini: add test for parsing multi line value without spacesShulhan
2022-07-27lib/ini: fix parsing and saving multi line variablesShulhan
2022-07-26lib/ini: parse comment as part of formatShulhan
2022-02-06lib/ini: realign all structsShulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2020-05-16ini: fix inconsistencies between empty string and boolean trueShulhan
2019-09-27all: remove unnecessary trailing newlineShulhan
2019-09-12ini: set variable with "=" without a value default to empty stringShulhan
2019-05-26ini: replace multiple ifs conditions with switch statementShulhan
2019-05-25ini: rename varModeXXX to lineModeXXXShulhan
2019-05-25ini: unexport Variable and SectionShulhan
2019-02-25ini: unexport the readerShulhan
2018-11-29all: fix warnings from lintersShulhan
2018-08-21lib/ini: allow underscore in variable nameShulhan
2018-08-17lib/ini: allow dot character '.' on variable nameShulhan
2018-05-13Replace field type in Section and Variable from []byte to stringShulhan
2018-05-13Export variable key and valueShulhan
2018-05-12Add copyright and license informationShulhan
2018-05-11[test] Add more test for parsing variable without valueShulhan
2018-05-11reader: fix value with escaped character "\b", "\n", and "\t"Shulhan
2018-05-10reader: return Ini instance on ParseFile and ParseShulhan
2018-05-10Refactor parser using bytes.ReaderShulhan
2018-05-08Move buffer to readerShulhan
2018-05-08Add library for reading and writing INI file formatShulhan