summaryrefslogtreecommitdiff
path: root/unittest/test_util_Tokenizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* chore: Replace nonstd::string_view with std::string_viewJoel Rosdahl2022-05-231-0/+2
* fix: Replace skip_last_empty with IncludeDelimiter (#1046)Orgad Shaneh2022-04-121-22/+0
* style: Tweak code style to match conventionsJoel Rosdahl2022-04-051-4/+4
* style: Enable some clang-tidy readability checks for unit testsJoel Rosdahl2022-04-051-3/+4
* feat: Support preserving the delimiters on tokenizerOrgad Shaneh2022-04-051-2/+46
* test: Simplify tokenizer testsOrgad Shaneh2022-04-051-98/+42
* Add mode parameter to split_into_* and TokenizerJoel Rosdahl2021-07-051-28/+107
* Add Tokenizer classJoel Rosdahl2021-06-271-0/+59