aboutsummaryrefslogtreecommitdiff
path: root/element_attribute_test.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-03-05 17:00:19 +0700
committerShulhan <ms@kilabit.info>2024-03-05 18:00:34 +0700
commit346500242a3541bf9f7d8ce008dcf2ef6950e9a0 (patch)
treeb15782f6c052ec6ca6f8e14b1ddb8a64101d4aac /element_attribute_test.go
parentbc54ecb3e21852f2120548e48603ac9212ecfda3 (diff)
downloadasciidoctor-go-346500242a3541bf9f7d8ce008dcf2ef6950e9a0.tar.xz
all: replace module "share" with "pakakeh.go"
Diffstat (limited to 'element_attribute_test.go')
-rw-r--r--element_attribute_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/element_attribute_test.go b/element_attribute_test.go
index ef543aa..f3a146f 100644
--- a/element_attribute_test.go
+++ b/element_attribute_test.go
@@ -6,7 +6,7 @@ package asciidoctor
import (
"testing"
- "github.com/shuLhan/share/lib/test"
+ "git.sr.ht/~shulhan/pakakeh.go/lib/test"
)
func Test_parseElementAttribute(t *testing.T) {