aboutsummaryrefslogtreecommitdiff
path: root/lib/ini/testdata
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2023-11-12lib/ini: append variable into section before any empty linesShulhan
2022-07-27lib/ini: fix parsing and saving multi line variablesShulhan
2022-07-25lib/test: truncate the last new line at the end of input and outputShulhan
2022-07-23lib/test: load test data files with suffix "_test.txt"Shulhan
2022-07-23lib/ini: convert the Get test using test.DataShulhan
2022-07-22lib/ini: refactoring test to use test.DataShulhan
2018-05-11[test] Add testdata for duplicate section and multiline variableShulhan
2018-05-10Refactor parser using bytes.ReaderShulhan
2018-05-08[test] TestOpen: add test for variable without sectionShulhan
2018-05-08Add getter methodShulhan
2018-05-08Add library for reading and writing INI file formatShulhan