summary refs log tree commit diff stats
path: root/tests/lexer/tlexerspaces.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #15688; handle `strongSpace` overflow issues (#20724)ringabout2022-11-031-0/+2
* fixes #15688; handle `strongSpace` overflow issues * stop at 1 * change the type of strongSpaceA to bool