Docs.rs
goldenscript-0.7.0
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
goldenscript 0.7.0
A scriptable, data-driven test framework using golden masters
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
bare_command.error
bare_command.in
bare_prefix.error
bare_prefix.in
bare_tag.error
bare_tag.in
empty_block.error
empty_block.in
empty_tag.error
empty_tag.in
fail_before_prefix.error
fail_before_prefix.in
fail_before_silence.error
fail_before_silence.in
fail_error.error
fail_error.in
fail_ok_unexpected.error
fail_ok_unexpected.in
fail_panic.error
fail_panic.in
space_start.error
space_start.in
space_start_silent.error
space_start_silent.in
string_escape_bare_backslash.error
string_escape_bare_backslash.in
string_escape_hex_char.error
string_escape_hex_char.in
string_escape_hex_single.error
string_escape_hex_single.in
string_escape_unicode_char.error
string_escape_unicode_char.in
string_escape_unicode_empty.error
string_escape_unicode_empty.in
string_escape_unicode_long.error
string_escape_unicode_long.in
string_missing_end_quote.error
string_missing_end_quote.in
string_special_start.error
string_special_start.in
string_special_within.error
string_special_within.in
1
2
3
# A non-hex character in an \x escape errors. '\xfg' ---