diff options
author | EuAndreh <eu@euandre.org> | 2025-05-15 06:25:04 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-15 06:25:04 -0300 |
commit | d33a56d12c72d953c54522b7b0f34b86f6977038 (patch) | |
tree | b68eddc4713d6eda20835f872f7731550219cb1a /tests/gotext.go | |
parent | Makefile: Fix dependency of tests/functional/api-usage/main.bin-check target (diff) | |
download | gotext-d33a56d12c72d953c54522b7b0f34b86f6977038.tar.gz gotext-d33a56d12c72d953c54522b7b0f34b86f6977038.tar.xz |
Remove "Content-Transfer-Encoding" "header" from files and strings
Diffstat (limited to 'tests/gotext.go')
-rw-r--r-- | tests/gotext.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/gotext.go b/tests/gotext.go index 18e2ab0..2b8c683 100644 --- a/tests/gotext.go +++ b/tests/gotext.go @@ -205,7 +205,6 @@ msgstr "" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" #: %s:4 msgid " foo \"bar\"" @@ -239,7 +238,6 @@ msgstr "" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" #. foo #: fname:2 @@ -273,7 +271,6 @@ msgstr "" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" #. comment1 #. comment2 @@ -303,7 +300,6 @@ msgstr "" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" #: fname:2 msgid "foo" @@ -332,7 +328,6 @@ msgstr "" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" #: fname:2 msgid "foo" @@ -362,7 +357,6 @@ msgstr "" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" #: fname:2 #, c-format @@ -393,7 +387,6 @@ msgstr "" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" #: fname:2 msgid "foo" @@ -423,7 +416,6 @@ msgstr "" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" #. foo #: fname:2 @@ -460,7 +452,6 @@ msgstr "" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" #: fname:2 msgid "" @@ -503,7 +494,6 @@ msgstr "" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" #: %[1]s:4 msgid "foo \"bar\"" |