aboutsummaryrefslogtreecommitdiff
path: root/lib/ini/variable_test.go
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2022-07-27lib/ini: fix parsing and saving multi line variablesShulhan
2022-07-26lib/ini: parse comment as part of formatShulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2020-05-16ini: fix inconsistencies between empty string and boolean trueShulhan
2019-05-26ini: escape the variable value when printing with StringShulhan
2019-05-26ini: remove unused cases in variable's StringShulhan
2019-05-25ini: rename varModeXXX to lineModeXXXShulhan
2019-05-25ini: unexport Variable and SectionShulhan
2018-09-26lib/ini: move IsValueBoolTrue as common functionShulhan
2018-06-02variable: add method to check if value is boolean and trueShulhan
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-11variable: fix stringer on mode empty, comment, and subsectionShulhan