We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 151e193 commit e4ea771Copy full SHA for e4ea771
1 file changed
doc/writing-tests.md
@@ -75,6 +75,7 @@ The `new-test` task will create a new file in `test/clojure/core_test/<function-
75
Note that if `<function-name>` contains non-alphanumeric symbols (or "-", which is technically numeric), the filename will use the following mapping:
76
77
| Function Name Character | File Name Replacement |
78
+| :---: | :--- |
79
| - | "minus" if at the start of a word, otherwise "_" |
80
| * | "star" |
81
| + | "plus" |
0 commit comments