summary refs log tree commit diff stats
path: root/tests/casestmt/tcstring.nim
Commit message (Collapse)AuthorAgeFilesLines
* support cstring in `case` (#20130)metagn2022-09-011-0/+52
* implement case for cstring for now just converts to string on C backend * custom implementation for cstring * remove leftover * revert even more * add nil + fix packages weird variant literal bug * update docs