WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit c4c3fd7

Browse files
committed
Separate procedure parser content to improve maintainability
1 parent 9fe746f commit c4c3fd7

File tree

6 files changed

+675
-676
lines changed

6 files changed

+675
-676
lines changed

audit-cli/commands/extract/code-examples/code_examples_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ func TestNoFlagsOnDirectory(t *testing.T) {
583583
// Expected: code-block-test.rst, duplicate-include-test.rst, include-test.rst,
584584
// io-code-block-test.rst, literalinclude-test.rst, nested-code-block-test.rst,
585585
// nested-include-test.rst, index.rst, procedure-test.rst, procedure-with-includes.rst (10 files)
586-
expectedFiles := 10
586+
expectedFiles := 11
587587
if report.FilesTraversed != expectedFiles {
588588
t.Errorf("Expected %d files traversed (top-level only), got %d",
589589
expectedFiles, report.FilesTraversed)

0 commit comments

Comments
 (0)