diff options
author | Bjørn Erik Pedersen <[email protected]> | 2024-01-28 11:41:59 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-01-28 11:41:59 +0100 |
commit | 2a0329423ce4b3359842affad76c40140d426943 (patch) | |
tree | 4bdbcb23b8c49492fce0d7697893fafc9c3dfc87 /markup | |
parent | 50dc327d1aa52a785382468aaf5a5f9cae456dbf (diff) | |
download | hugo-2a0329423ce4b3359842affad76c40140d426943.tar.gz hugo-2a0329423ce4b3359842affad76c40140d426943.zip |
testing: Rename integration_test.go to PACKAGE_integration_test.go
Primary motivation making them easier to find in the code editor.
Diffstat (limited to 'markup')
-rw-r--r-- | markup/goldmark/codeblocks/codeblocks_integration_test.go (renamed from markup/goldmark/codeblocks/integration_test.go) | 0 | ||||
-rw-r--r-- | markup/goldmark/goldmark_integration_test.go (renamed from markup/goldmark/integration_test.go) | 0 | ||||
-rw-r--r-- | markup/goldmark/images/images_integration_test.go (renamed from markup/goldmark/images/integration_test.go) | 0 | ||||
-rw-r--r-- | markup/highlight/highlight_integration_test.go (renamed from markup/highlight/integration_test.go) | 0 | ||||
-rw-r--r-- | markup/tableofcontents/tableofcontents_integration_test.go (renamed from markup/tableofcontents/integration_test.go) | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/markup/goldmark/codeblocks/integration_test.go b/markup/goldmark/codeblocks/codeblocks_integration_test.go index 5597fc507..5597fc507 100644 --- a/markup/goldmark/codeblocks/integration_test.go +++ b/markup/goldmark/codeblocks/codeblocks_integration_test.go diff --git a/markup/goldmark/integration_test.go b/markup/goldmark/goldmark_integration_test.go index c9c6ef338..c9c6ef338 100644 --- a/markup/goldmark/integration_test.go +++ b/markup/goldmark/goldmark_integration_test.go diff --git a/markup/goldmark/images/integration_test.go b/markup/goldmark/images/images_integration_test.go index 8b0ba99c1..8b0ba99c1 100644 --- a/markup/goldmark/images/integration_test.go +++ b/markup/goldmark/images/images_integration_test.go diff --git a/markup/highlight/integration_test.go b/markup/highlight/highlight_integration_test.go index b53b585c0..b53b585c0 100644 --- a/markup/highlight/integration_test.go +++ b/markup/highlight/highlight_integration_test.go diff --git a/markup/tableofcontents/integration_test.go b/markup/tableofcontents/tableofcontents_integration_test.go index 87a7c0108..87a7c0108 100644 --- a/markup/tableofcontents/integration_test.go +++ b/markup/tableofcontents/tableofcontents_integration_test.go |