From 0d7f4dfb3a3bba7b2a4d582a5cdc473c417b8d0d Mon Sep 17 00:00:00 2001 From: David Waern Date: Sat, 3 Dec 2011 05:38:10 +0100 Subject: Add a test for Unicode doc comments. --- tests/html-tests/tests/Unicode.hs | 6 +++ tests/html-tests/tests/Unicode.html.ref | 82 +++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+) create mode 100644 tests/html-tests/tests/Unicode.hs create mode 100644 tests/html-tests/tests/Unicode.html.ref (limited to 'tests') diff --git a/tests/html-tests/tests/Unicode.hs b/tests/html-tests/tests/Unicode.hs new file mode 100644 index 00000000..d5bbf445 --- /dev/null +++ b/tests/html-tests/tests/Unicode.hs @@ -0,0 +1,6 @@ +module Unicode where + +-- | γλώσσα +x :: Int +x = 1 + diff --git a/tests/html-tests/tests/Unicode.html.ref b/tests/html-tests/tests/Unicode.html.ref new file mode 100644 index 00000000..29990e59 --- /dev/null +++ b/tests/html-tests/tests/Unicode.html.ref @@ -0,0 +1,82 @@ + +Unicode

 

Safe HaskellNone

Unicode

Synopsis

Documentation

x :: Int

γλώσσα +

-- cgit v1.2.3