aboutsummaryrefslogtreecommitdiff
path: root/lib/text/lines_test.go
AgeCommit message (Collapse)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
With help of spdxconv tool [1], we able to bulk update all files license and copyright format to comply with SPDX formats. [1] https://kilabit.info/project/spdxconv/
2022-09-07lib/text: replace test.Assert with reflect.DeepEqualShulhan
We want to prevent import cycle in the future, when the test package use the text/diff for display difference between string.
2021-07-30lib/text: implement function to parse raw bytes into LinesShulhan