mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-16 10:58:40 +00:00
Expand exception logic
This commit is contained in:
@@ -193,6 +193,24 @@ module TestPureCases =
|
||||
NativeImpls = MockEnv.make ()
|
||||
LocalVariablesOfMain = [ CliType.Numeric (CliNumericType.Int32 10) ] |> Some
|
||||
}
|
||||
{
|
||||
FileName = "ExceptionWithNestedHandlers.cs"
|
||||
ExpectedReturnCode = 10112
|
||||
NativeImpls = NativeImpls.PassThru ()
|
||||
LocalVariablesOfMain =
|
||||
[ 10112 ]
|
||||
|> List.map (fun i -> CliType.Numeric (CliNumericType.Int32 i))
|
||||
|> Some
|
||||
}
|
||||
{
|
||||
FileName = "ExceptionWithTypeMatching.cs"
|
||||
ExpectedReturnCode = 10112
|
||||
NativeImpls = NativeImpls.PassThru ()
|
||||
LocalVariablesOfMain =
|
||||
[ 10112 ]
|
||||
|> List.map (fun i -> CliType.Numeric (CliNumericType.Int32 i))
|
||||
|> Some
|
||||
}
|
||||
{
|
||||
FileName = "Floats.cs"
|
||||
ExpectedReturnCode = 0
|
||||
|
Reference in New Issue
Block a user