aboutsummaryrefslogtreecommitdiffstats
path: root/asspb_test.go
AgeCommit message (Collapse)AuthorFilesLines
2025-10-26Refine numeric literal syntaxRose Hogenson1-0/+27
Leading zeros are no longer permitted in decimal literals, which is technically a backwards-incompatible change, but I consider it to be something like a bug fix. Anyway, the project is unlikely to have any users that would be impacted.
2025-10-25Make sure to remove \r\n as well as \n for WindowsRose Hogenson1-0/+4
2025-10-25Improve test coverageRose Hogenson1-0/+4
2025-10-25Some small improvementsRose Hogenson1-0/+9
2025-10-25Add support for C-style commentsRose Hogenson1-0/+8
2025-10-25Initial commitRose Hogenson1-0/+227