Skip to content

Commit e4ea771

Browse files
authored
Fix character -> filename replacement table in doc/writing-tests.md (#867)
The table was not formatting correctly. Corrected the Markdown.
1 parent 151e193 commit e4ea771

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/writing-tests.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ The `new-test` task will create a new file in `test/clojure/core_test/<function-
7575
Note that if `<function-name>` contains non-alphanumeric symbols (or "-", which is technically numeric), the filename will use the following mapping:
7676

7777
| Function Name Character | File Name Replacement |
78+
| :---: | :--- |
7879
| - | "minus" if at the start of a word, otherwise "_" |
7980
| * | "star" |
8081
| + | "plus" |

0 commit comments

Comments
 (0)