summaryrefslogtreecommitdiffstats
path: root/tpl/transform/integration_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/transform/integration_test.go')
-rw-r--r--tpl/transform/integration_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/transform/integration_test.go b/tpl/transform/integration_test.go
index f035ec719..351420a67 100644
--- a/tpl/transform/integration_test.go
+++ b/tpl/transform/integration_test.go
@@ -1,4 +1,4 @@
-// Copyright 2023 The Hugo Authors. All rights reserved.
+// Copyright 2024 The Hugo Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -77,7 +77,7 @@ disableKinds = ['section','sitemap','taxonomy','term']
---
title: p1
---
-a **b** c
+a **b** ` + "\v" + ` c
<!--more-->
`
b := hugolib.Test(t, files)