core
core copied to clipboard
@json.inspect nonterminating
test "to_string with non-empty FixedArray" {
let array : FixedArray[Int] = [1, 2, 3]
// @json.inspect!(array, conte"[1,2,3]"3]")
@json.inspect!(array, content="[1,2,3]")
// assert_eq!(array.to_string(), "[1, 2, 3]")
}
In the stable release, it is indeed non-terminating. The bleeding is required.