summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_list_1_type.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_list_1_type.txt')
-rw-r--r--lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_list_1_type.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_list_1_type.txt b/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_list_1_type.txt
new file mode 100644
index 0000000000..3fdedd543b
--- /dev/null
+++ b/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_list_1_type.txt
@@ -0,0 +1,4 @@
+
+ -type list(ContentType) :: [ContentType].
+
+ An Erlang list containing terms of the type ContentType.