Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
eUtils
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
添加测试
master
SisMaker
4 anni fa
parent
d19cb43c1e
commit
da7852369f
1 ha cambiato i file
con
4 aggiunte
e
4 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+4
-4
src/testCase/utTryCatchCase.erl
+ 4
- 4
src/testCase/utTryCatchCase.erl
Vedi File
@ -263,13 +263,13 @@ makeException(Type) ->
_
-
>
ignore
end
.
comRet
(
)
-
>
comRet
(
_
,
_
)
-
>
ok
.
throwRet
(
)
-
>
throwRet
(
_
,
_
)
-
>
throw
(
ok
)
.
comRet1
(
)
-
>
comRet1
(
_
,
_
)
-
>
A
=
{
tuple
,
11
}
,
F
=
A
,
case
F
of
@ -280,7 +280,7 @@ comRet1() ->
end
,
ok
.
throwRet1
(
)
-
>
throwRet1
(
_
,
_
)
-
>
A
=
{
tuple
,
11
}
,
F
=
A
,
case
F
of
Scrivi
Anteprima
Caricamento…
Annulla
Salva