diff --git a/transform/chain_test.go b/transform/chain_test.go
index 936a6a1ad..71037d455 100644
--- a/transform/chain_test.go
+++ b/transform/chain_test.go
@@ -2,23 +2,31 @@ package transform
import (
"bytes"
+ "strings"
"testing"
)
-const H5_JS_CONTENT_ABS_URL_WITH_NAV = "
content foobar. Follow up"
-
-const CORRECT_OUTPUT_SRC_HREF_WITH_NAV = "content foobar. Follow up"
+const H5_JS_CONTENT_DOUBLE_QUOTE = "content foobar. Follow up"
+const H5_JS_CONTENT_SINGLE_QUOTE = "content foobar. Follow up"
+const H5_JS_CONTENT_ABS_URL = "content foobar. Follow up"
+const H5_JS_CONTENT_ABS_URL_SCHEMALESS = "content foobar. Follow up