diff options
author | Erlang/OTP <[email protected]> | 2014-07-01 13:58:32 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2014-07-01 13:58:32 +0200 |
commit | 53f1678f15871505211ba574573247acc37ebb60 (patch) | |
tree | 3ded8f54f2917a7276a2f7a73fcdc73417e6c4bf /lib/edoc/test/edoc_SUITE_data/un3.erl | |
parent | 461dc05384eece7b4b7d84370fb0a2cf96ed2f6d (diff) | |
parent | de3774d93b061a54d33c7c58f07c69cbbb36cadf (diff) | |
download | otp-53f1678f15871505211ba574573247acc37ebb60.tar.gz otp-53f1678f15871505211ba574573247acc37ebb60.tar.bz2 otp-53f1678f15871505211ba574573247acc37ebb60.zip |
Merge branch 'hb/edoc/latin1_fix/OTP-12008' into maint-17
* hb/edoc/latin1_fix/OTP-12008:
edoc, syntax_tools: Don't fail on invalid UTF-8
Diffstat (limited to 'lib/edoc/test/edoc_SUITE_data/un3.erl')
-rw-r--r-- | lib/edoc/test/edoc_SUITE_data/un3.erl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/edoc/test/edoc_SUITE_data/un3.erl b/lib/edoc/test/edoc_SUITE_data/un3.erl new file mode 100644 index 0000000000..fbe9591dce --- /dev/null +++ b/lib/edoc/test/edoc_SUITE_data/un3.erl @@ -0,0 +1,8 @@ +-module(un3). +%% coding: utf-8 + +-export([t/0]). + +%% @doc F�pp +t() -> + �rlig. |