From b4fab5f20f5ffa59f1fcfe51543187e2fa489450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20W=C4=85sowski?= Date: Mon, 29 Apr 2024 21:37:01 +0200 Subject: [PATCH] Simplify specs for ct_telnet.erl --- lib/common_test/src/ct_telnet.erl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/common_test/src/ct_telnet.erl b/lib/common_test/src/ct_telnet.erl index 089e13683282..de3cd0b9ae44 100644 --- a/lib/common_test/src/ct_telnet.erl +++ b/lib/common_test/src/ct_telnet.erl @@ -187,8 +187,7 @@ Regular expression matching all possible prompts for a specific target type. STDLIB) must return a list with one single element. """. -type prompt_regexp() :: string(). --type ascii_char() :: 0..127. --type send_option() :: {'newline', boolean() | [ascii_char()]}. +-type send_option() :: {'newline', boolean() | string()}. -export_type([connection/0, connection_type/0, handle/0, prompt_regexp/0]). -record(state,{host,