Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit 27e91a5

Browse files
committed
fix file name so tests pass
1 parent 1f63808 commit 27e91a5

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

audit-cli/README.md

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,44 +1338,44 @@ See the code in `internal/rst/` for implementation details.
13381338
13391339
The tool normalizes language identifiers to standard file extensions:
13401340
1341-
| Input | Normalized | Extension |
1342-
|-------|-----------|-----------|
1343-
| `bash` | `bash` | `.sh` |
1344-
| `c` | `c` | `.c` |
1345-
| `c++` | `cpp` | `.cpp` |
1346-
| `c#` | `csharp` | `.cs` |
1347-
| `console` | `console` | `.sh` |
1348-
| `cpp` | `cpp` | `.cpp` |
1349-
| `cs` | `csharp` | `.cs` |
1350-
| `csharp` | `csharp` | `.cs` |
1351-
| `go` | `go` | `.go` |
1352-
| `golang` | `go` | `.go` |
1353-
| `java` | `java` | `.java` |
1354-
| `javascript` | `javascript` | `.js` |
1355-
| `js` | `javascript` | `.js` |
1356-
| `kotlin` | `kotlin` | `.kt` |
1357-
| `kt` | `kotlin` | `.kt` |
1358-
| `php` | `php` | `.php` |
1359-
| `powershell` | `powershell` | `.ps1` |
1360-
| `ps1` | `powershell` | `.ps1` |
1361-
| `ps5` | `ps5` | `.ps1` |
1362-
| `py` | `python` | `.py` |
1363-
| `python` | `python` | `.py` |
1364-
| `rb` | `ruby` | `.rb` |
1365-
| `rs` | `rust` | `.rs` |
1366-
| `ruby` | `ruby` | `.rb` |
1367-
| `rust` | `rust` | `.rs` |
1368-
| `scala` | `scala` | `.scala` |
1369-
| `sh` | `shell` | `.sh` |
1370-
| `shell` | `shell` | `.sh` |
1371-
| `swift` | `swift` | `.swift` |
1372-
| `text` | `text` | `.txt` |
1373-
| `ts` | `typescript` | `.ts` |
1374-
| `txt` | `text` | `.txt` |
1375-
| `typescript` | `typescript` | `.ts` |
1376-
| (empty string) | `undefined` | `.txt` |
1377-
| `none` | `undefined` | `.txt` |
1378-
| (unknown) | (unchanged) | `.txt` |
1341+
| Input | Normalized | Extension |
1342+
|----------------|--------------|-----------|
1343+
| `bash` | `bash` | `.sh` |
1344+
| `c` | `c` | `.c` |
1345+
| `c++` | `cpp` | `.cpp` |
1346+
| `c#` | `csharp` | `.cs` |
1347+
| `console` | `console` | `.sh` |
1348+
| `cpp` | `cpp` | `.cpp` |
1349+
| `cs` | `csharp` | `.cs` |
1350+
| `csharp` | `csharp` | `.cs` |
1351+
| `go` | `go` | `.go` |
1352+
| `golang` | `go` | `.go` |
1353+
| `java` | `java` | `.java` |
1354+
| `javascript` | `javascript` | `.js` |
1355+
| `js` | `javascript` | `.js` |
1356+
| `kotlin` | `kotlin` | `.kt` |
1357+
| `kt` | `kotlin` | `.kt` |
1358+
| `php` | `php` | `.php` |
1359+
| `powershell` | `powershell` | `.ps1` |
1360+
| `ps1` | `powershell` | `.ps1` |
1361+
| `ps5` | `ps5` | `.ps1` |
1362+
| `py` | `python` | `.py` |
1363+
| `python` | `python` | `.py` |
1364+
| `rb` | `ruby` | `.rb` |
1365+
| `rs` | `rust` | `.rs` |
1366+
| `ruby` | `ruby` | `.rb` |
1367+
| `rust` | `rust` | `.rs` |
1368+
| `scala` | `scala` | `.scala` |
1369+
| `sh` | `shell` | `.sh` |
1370+
| `shell` | `shell` | `.sh` |
1371+
| `swift` | `swift` | `.swift` |
1372+
| `text` | `text` | `.txt` |
1373+
| `ts` | `typescript` | `.ts` |
1374+
| `txt` | `text` | `.txt` |
1375+
| `typescript` | `typescript` | `.ts` |
1376+
| (empty string) | `undefined` | `.txt` |
1377+
| `none` | `undefined` | `.txt` |
1378+
| (unknown) | (unchanged) | `.txt` |
13791379
13801380
**Notes:**
13811381
- Language identifiers are case-insensitive

audit-cli/output/literalinclude-test.literalinclude.2.go renamed to audit-cli/output/literalinclude-test.literalinclude.2.go.output

File renamed without changes.

0 commit comments

Comments
 (0)