Skip to content

Commit aa949c5

Browse files
committed
README
1 parent f5b2c90 commit aa949c5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

fuzz/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ rustup install nightly
1818

1919
## Available Fuzz Targets
2020

21-
| Target | Description |
22-
|--------|-------------|
23-
| `ast_postgres` | Fuzzes AST parsing with PostgreSQL settings |
24-
| `ast_mysql` | Fuzzes AST parsing with MySQL settings |
25-
| `ast_mssql` | Fuzzes AST parsing with MSSQL settings |
26-
| `ast_render` | Fuzzes both parsing AND rendering with random parameters |
21+
| Target | Description |
22+
|----------------|----------------------------------------------------------|
23+
| `ast_postgres` | Fuzzes AST parsing with PostgreSQL settings |
24+
| `ast_mysql` | Fuzzes AST parsing with MySQL settings |
25+
| `ast_mssql` | Fuzzes AST parsing with MSSQL settings |
26+
| `ast_render` | Fuzzes both parsing AND rendering with random parameters |
2727

2828
## Running the Fuzzer
2929

0 commit comments

Comments
 (0)