aboutsummaryrefslogtreecommitdiff
path: root/lib/test/example_test.go
AgeCommit message (Expand)Author
3 dayslib/test: rewrite Assert to use [diff.Unified]Shulhan
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
2023-09-11lib/test: realign struct in ExampleAssert_structShulhan
2023-09-11lib/test: refactoring, rename TestWriter to BufferWriterShulhan
2023-05-30lib/test: add another example for Assert-ing stringShulhan
2023-05-25lib/test: use different package for exampleShulhan
2023-03-02lib/test: simplify the string diff output from AssertShulhan
2022-09-15lib/test: use text/diff to compare strings on AssertShulhan
2022-07-25lib/test: truncate the last new line at the end of input and outputShulhan
2022-07-23lib/test: sort the loaded test Data filesShulhan
2022-07-23lib/test: load test data files with suffix "_test.txt"Shulhan
2022-07-22lib/test: implement Data, a type to load formatted file for helping testShulhan