cryptol/tests/issues/issue116.cry
Adam C. Foltzer 0b500d79d9 move issue218 test to issue116
218 was an issue number on our old trac wiki; #116 (and #2) are the
corresponding tickets on GitHub. Pointed out by @weaversa in #170
2015-02-18 10:43:03 -08:00

4 lines
81 B
Plaintext

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