cryptol/tests/issues/issue218.cry
Adam C. Foltzer deb6f62d2c update (failing) test case for 0-based tuple index
Between this and the fix for #117, this fixes #170
2015-02-18 10:34:59 -08:00

4 lines
81 B
Plaintext

t = (0x1, { key = 4, value = "goodbye"})
bug218Fixed = (t.1.value == t.1.value)