We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4410844 commit 0933898Copy full SHA for 0933898
doc/NEW_FILE.md
@@ -5,12 +5,13 @@
5
1. [Intro](#intro)
6
2. [Directory Layout](#directory-layout)
7
3. [Defining the File](#defining-the-file)
8
- * [Adding the FileType](#adding-the-filetype)
9
- * [The File Struct](#the-file-struct)
10
- * [Reading the File](#reading-the-file)
+ * [Adding the FileType](#adding-the-filetype)
+ * [The File Struct](#the-file-struct)
+ * [Reading the File](#reading-the-file)
11
* [Tests](#tests)
12
- * [Integration Tests](#integration-tests)
13
- * [Fuzz Tests](#fuzz-tests)
+ * [Unit Tests](#unit-tests)
+ * [Integration Tests](#integration-tests)
14
+ * [Fuzz Tests](#fuzz-tests)
15
16
## Intro
17
0 commit comments