aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/google/safehtml
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-09-10 09:56:04 +0200
committerTaras Madan <tarasmadan@google.com>2024-09-10 08:58:18 +0000
commitbf0a961127bb56b2dfcd7eaa83553616c81931cf (patch)
tree68284717b7421435c80620e8e14b3195d474a932 /vendor/github.com/google/safehtml
parent47b9b6346dbbcfe6a0a820445ef2db658f47747c (diff)
vendor: update
Diffstat (limited to 'vendor/github.com/google/safehtml')
-rw-r--r--vendor/github.com/google/safehtml/template/testdata/dir1/parsefiles_t1.tmpl1
-rw-r--r--vendor/github.com/google/safehtml/template/testdata/dir2/parsefiles_t2.tmpl1
-rw-r--r--vendor/github.com/google/safehtml/template/testdata/glob_t0.tmpl1
-rw-r--r--vendor/github.com/google/safehtml/template/testdata/glob_t1.tmpl1
-rw-r--r--vendor/github.com/google/safehtml/template/testdata/glob_t2.tmpl1
-rw-r--r--vendor/github.com/google/safehtml/template/testdata/helpers_t1.tmpl1
-rw-r--r--vendor/github.com/google/safehtml/template/testdata/helpers_t2.tmpl1
-rw-r--r--vendor/github.com/google/safehtml/template/testdata/share_t0.tmpl1
-rw-r--r--vendor/github.com/google/safehtml/template/testdata/share_t1.tmpl1
9 files changed, 0 insertions, 9 deletions
diff --git a/vendor/github.com/google/safehtml/template/testdata/dir1/parsefiles_t1.tmpl b/vendor/github.com/google/safehtml/template/testdata/dir1/parsefiles_t1.tmpl
deleted file mode 100644
index 9eaed387d..000000000
--- a/vendor/github.com/google/safehtml/template/testdata/dir1/parsefiles_t1.tmpl
+++ /dev/null
@@ -1 +0,0 @@
-T1 invokes T2: ({{template "T2"}}) \ No newline at end of file
diff --git a/vendor/github.com/google/safehtml/template/testdata/dir2/parsefiles_t2.tmpl b/vendor/github.com/google/safehtml/template/testdata/dir2/parsefiles_t2.tmpl
deleted file mode 100644
index 44e506732..000000000
--- a/vendor/github.com/google/safehtml/template/testdata/dir2/parsefiles_t2.tmpl
+++ /dev/null
@@ -1 +0,0 @@
-{{define "T2"}}This is T2{{end}} \ No newline at end of file
diff --git a/vendor/github.com/google/safehtml/template/testdata/glob_t0.tmpl b/vendor/github.com/google/safehtml/template/testdata/glob_t0.tmpl
deleted file mode 100644
index cf01de40a..000000000
--- a/vendor/github.com/google/safehtml/template/testdata/glob_t0.tmpl
+++ /dev/null
@@ -1 +0,0 @@
-T0 invokes T1: ({{template "T1"}}) \ No newline at end of file
diff --git a/vendor/github.com/google/safehtml/template/testdata/glob_t1.tmpl b/vendor/github.com/google/safehtml/template/testdata/glob_t1.tmpl
deleted file mode 100644
index 7b5b2f399..000000000
--- a/vendor/github.com/google/safehtml/template/testdata/glob_t1.tmpl
+++ /dev/null
@@ -1 +0,0 @@
-{{define "T1"}}T1 invokes T2: ({{template "T2"}}){{end}} \ No newline at end of file
diff --git a/vendor/github.com/google/safehtml/template/testdata/glob_t2.tmpl b/vendor/github.com/google/safehtml/template/testdata/glob_t2.tmpl
deleted file mode 100644
index 44e506732..000000000
--- a/vendor/github.com/google/safehtml/template/testdata/glob_t2.tmpl
+++ /dev/null
@@ -1 +0,0 @@
-{{define "T2"}}This is T2{{end}} \ No newline at end of file
diff --git a/vendor/github.com/google/safehtml/template/testdata/helpers_t1.tmpl b/vendor/github.com/google/safehtml/template/testdata/helpers_t1.tmpl
deleted file mode 100644
index 7b5b2f399..000000000
--- a/vendor/github.com/google/safehtml/template/testdata/helpers_t1.tmpl
+++ /dev/null
@@ -1 +0,0 @@
-{{define "T1"}}T1 invokes T2: ({{template "T2"}}){{end}} \ No newline at end of file
diff --git a/vendor/github.com/google/safehtml/template/testdata/helpers_t2.tmpl b/vendor/github.com/google/safehtml/template/testdata/helpers_t2.tmpl
deleted file mode 100644
index 44e506732..000000000
--- a/vendor/github.com/google/safehtml/template/testdata/helpers_t2.tmpl
+++ /dev/null
@@ -1 +0,0 @@
-{{define "T2"}}This is T2{{end}} \ No newline at end of file
diff --git a/vendor/github.com/google/safehtml/template/testdata/share_t0.tmpl b/vendor/github.com/google/safehtml/template/testdata/share_t0.tmpl
deleted file mode 100644
index 4932a1816..000000000
--- a/vendor/github.com/google/safehtml/template/testdata/share_t0.tmpl
+++ /dev/null
@@ -1 +0,0 @@
-T0 ({{.}} version) invokes T1: ({{template `T1`}})
diff --git a/vendor/github.com/google/safehtml/template/testdata/share_t1.tmpl b/vendor/github.com/google/safehtml/template/testdata/share_t1.tmpl
deleted file mode 100644
index 7b5b2f399..000000000
--- a/vendor/github.com/google/safehtml/template/testdata/share_t1.tmpl
+++ /dev/null
@@ -1 +0,0 @@
-{{define "T1"}}T1 invokes T2: ({{template "T2"}}){{end}} \ No newline at end of file