summaryrefslogtreecommitdiffstats
path: root/src/go/doc/comment/testdata/words.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/doc/comment/testdata/words.txt')
-rw-r--r--src/go/doc/comment/testdata/words.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/go/doc/comment/testdata/words.txt b/src/go/doc/comment/testdata/words.txt
new file mode 100644
index 0000000..63c7e1a
--- /dev/null
+++ b/src/go/doc/comment/testdata/words.txt
@@ -0,0 +1,10 @@
+-- input --
+This is an italicword and a linkedword and Unicöde.
+-- gofmt --
+This is an italicword and a linkedword and Unicöde.
+-- text --
+This is an italicword and a linkedword and Unicöde.
+-- markdown --
+This is an *italicword* and a [*linkedword*](https://example.com/linkedword) and Unicöde.
+-- html --
+<p>This is an <i>italicword</i> and a <a href="https://example.com/linkedword"><i>linkedword</i></a> and Unicöde.