Safe Haskell | Safe-Inferred |
---|
Support for testing the GUI.
There is a function dump
, which emits a sexpr-like set of
key-value pairs representing its current state. Tests can then check this
dump for certain expected values.
Example input: key1 val1 key2 (subkey1 subval1)
Flattened output: [("key1", "val1"), ("key2.subkey1", "subval1")]