summaryrefslogtreecommitdiff
path: root/tests/usr.bin/indent/lsym_comment.c
AgeCommit message (Expand)Author
2023-06-23indent: fix scanning of no-wrap comments (since 2021.11.07.10.34.03)rillig
2023-06-18indent: remove support for backspace in code and commentsrillig
2023-06-17tests/indent: add miscellaneous test cases found during clean uprillig
2023-06-14indent: clean up handling of commentsrillig
2023-06-10indent: miscellaneous cleanupsrillig
2023-06-10indent: rename and sort variables in parser staterillig
2023-06-06indent: right-trim single-line commentsrillig
2023-06-06tests/indent: comments with trailing whitespace may fit in a single linerillig
2023-06-05indent: fix trailing whitespace after commentrillig
2023-05-21tests/indent: fix outdated or wrong commentsrillig
2023-05-20indent: implement blank line above block commentrillig
2023-05-16indent: remove support for form feed characters inside a linerillig
2023-05-15indent: fix duplicate space between comment and binary operatorrillig
2023-05-15indent: fix line wrapping of comments to the right of coderillig
2023-05-15indent: clean up memory and buffer managementrillig
2023-05-14indent: only null-terminate the buffers if necessaryrillig
2023-05-14indent: fix handling of multiple block comments in a linerillig
2023-05-13indent: do not add a space before a comment that starts a linerillig
2023-05-13tests/indent: explain, clean up and add some testsrillig
2023-05-11indent: remove buggy code for swapping tokensrillig
2022-04-24tests/indent: migrate token tests to other testsrillig
2022-04-24tests/indent: change directive from '#' to '//'rillig
2022-04-22indent: remove FreeBSD IDsrillig
2021-11-18tests/indent: add skeletons for testing tokens and parser symbolsrillig