System.AggregateException : One or more errors occurred. (Directory: D:\a\visp-fs\visp-fs\tests\Visp.Compiler.UnitTests\snapshots
NotEqual:
- Received: tests_hashmap_hashmap-0.can parse.received.txt
Verified: tests_hashmap_hashmap-0.can parse.verified.txt
FileContent:
NotEqual:
Received: tests_hashmap_hashmap-0.can parse.received.txt
// This file is auto-generated
#nowarn "0020" // unused results from functions
open Visp.Runtime.Library
let state = { Todo = () }
// line 8 @"D://visp-fs/visp-fs/visp/tests/hashmap/hashmap-0.visp"
let map =
// line 8 @"D://visp-fs/visp-fs/visp/tests/hashmap/hashmap-0.visp"
[(Value.keyword(":this-is-a-key"), Value.string("value"));(Value.string("string as key"), Value.string("string value"));(Value.from(0), Value.string("int as key"))] |> HashMap.ofList
// line 12 @"D://visp-fs/visp-fs/visp/tests/hashmap/hashmap-0.visp"
printfn "%O" map
// line 14 @"D://visp-fs/visp-fs/visp/tests/hashmap/hashmap-0.visp"
printfn "%O" (HashMap.find (Value.string "string as key") map)
// line 16 @"D://visp-fs/visp-fs/visp/tests/hashmap/hashmap-0.visp"
let visp_result_todo =
// line 16 @"D://visp-fs/visp-fs/visp/tests/hashmap/hashmap-0.visp"
printfn "%O" (HashMap.find (Value.keyword(":this-is-a-key")) map)
// line 16 @"D://visp-fs/visp-fs/visp/tests/hashmap/hashmap-0.visp"
printfn "%A" visp_result_todo
Verified: tests_hashmap_hashmap-0.can parse.verified.txt
// This file is auto-generated
#nowarn "0020" // unused results from functions
open Visp.Runtime.Library
let state = { Todo = () }
// line 8 @"hashmap-0.visp"
let map =
// line 8 @"hashmap-0.visp"
[(Value.keyword(":this-is-a-key"), Value.string("value"));(Value.string("string as key"), Value.string("string value"));(Value.from(0), Value.string("int as key"))] |> HashMap.ofList
// line 12 @"hashmap-0.visp"
printfn "%O" map
// line 14 @"hashmap-0.visp"
printfn "%O" (HashMap.find (Value.string "string as key") map)
// line 16 @"hashmap-0.visp"
let visp_result_todo =
// line 16 @"hashmap-0.visp"
printfn "%O" (HashMap.find (Value.keyword(":this-is-a-key")) map)
// line 16 @"hashmap-0.visp"
printfn "%A" visp_result_todo
)
---- VerifyException : Directory: D:\a\visp-fs\visp-fs\tests\Visp.Compiler.UnitTests\snapshots
NotEqual:
- Received: tests_hashmap_hashmap-0.can parse.received.txt
Verified: tests_hashmap_hashmap-0.can parse.verified.txt
FileContent:
NotEqual:
Received: tests_hashmap_hashmap-0.can parse.received.txt
// This file is auto-generated
#nowarn "0020" // unused results from functions
open Visp.Runtime.Library
let state = { Todo = () }
// line 8 @"D://visp-fs/visp-fs/visp/tests/hashmap/hashmap-0.visp"
let map =
// line 8 @"D://visp-fs/visp-fs/visp/tests/hashmap/hashmap-0.visp"
[(Value.keyword(":this-is-a-key"), Value.string("value"));(Value.string("string as key"), Value.string("string value"));(Value.from(0), Value.string("int as key"))] |> HashMap.ofList
// line 12 @"D://visp-fs/visp-fs/visp/tests/hashmap/hashmap-0.visp"
printfn "%O" map
// line 14 @"D://visp-fs/visp-fs/visp/tests/hashmap/hashmap-0.visp"
printfn "%O" (HashMap.find (Value.string "string as key") map)
// line 16 @"D://visp-fs/visp-fs/visp/tests/hashmap/hashmap-0.visp"
let visp_result_todo =
// line 16 @"D://visp-fs/visp-fs/visp/tests/hashmap/hashmap-0.visp"
printfn "%O" (HashMap.find (Value.keyword(":this-is-a-key")) map)
// line 16 @"D://visp-fs/visp-fs/visp/tests/hashmap/hashmap-0.visp"
printfn "%A" visp_result_todo
Verified: tests_hashmap_hashmap-0.can parse.verified.txt
// This file is auto-generated
#nowarn "0020" // unused results from functions
open Visp.Runtime.Library
let state = { Todo = () }
// line 8 @"hashmap-0.visp"
let map =
// line 8 @"hashmap-0.visp"
[(Value.keyword(":this-is-a-key"), Value.string("value"));(Value.string("string as key"), Value.string("string value"));(Value.from(0), Value.string("int as key"))] |> HashMap.ofList
// line 12 @"hashmap-0.visp"
printfn "%O" map
// line 14 @"hashmap-0.visp"
printfn "%O" (HashMap.find (Value.string "string as key") map)
// line 16 @"hashmap-0.visp"
let visp