diff options
Diffstat (limited to 'lib/edoc/test/edoc_SUITE_data/un2.erl')
-rw-r--r-- | lib/edoc/test/edoc_SUITE_data/un2.erl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/edoc/test/edoc_SUITE_data/un2.erl b/lib/edoc/test/edoc_SUITE_data/un2.erl new file mode 100644 index 0000000000..a6d13f4723 --- /dev/null +++ b/lib/edoc/test/edoc_SUITE_data/un2.erl @@ -0,0 +1,8 @@ +-module(un2). +%% coding: latin-1 + +-export([t/0]). + +%% @doc F�pp +t() -> + �rlig. |