aboutsummaryrefslogtreecommitdiff
path: root/line_range_test.go
AgeCommit message (Collapse)Author
2024-03-22all: replace module "share" with "pakakeh.go"Shulhan
The "share" project has been moved to SourceHut with new name "pakakeh.go".
2023-10-12all: tag all unit test files with "!integration"Shulhan
This will allow us to build test binary that contains only "integration" build constraints. The test that have "integration" will be run using container.
2023-09-21all: rename file range to line_range to match with its typeShulhan
The type name is lineRange so the file name should be line_range, not range.