goldenscript 0.7.0

A scriptable, data-driven test framework using golden masters
Documentation
1
2
3
4
# A bare backslash in a quoted string errors, as an unknown escape sequence.
# This is a bit unfortunate, but it's how nom's escaped_transform() works.
'\ '
---