rust/tests
Kamal Marhubi 2b991bc260 tests: Use Result::expect() throughout
`Result::expect()` was added in Rust 1.4. Using it tidies up the code,
and also helps by printing error details, eg, printing syntax error
details if a regex fails to compile. It adds a colon followed by the
`Debug` output from any error, making the periods in messages
unnecessary.
2016-01-31 13:10:09 -05:00
..
config Added where_trailing_comma option. 2016-01-26 12:42:11 +11:00
coverage-source tests for coverage mode 2015-10-24 15:22:45 +05:30
coverage-target tests for coverage mode 2015-10-24 15:22:45 +05:30
source Fix #784 2016-01-27 02:18:05 +01:00
target tests: Use Result::expect() throughout 2016-01-31 13:10:09 -05:00
writemode Get checkstyle tests passing. 2016-01-20 00:07:01 -05:00
system.rs tests: Use Result::expect() throughout 2016-01-31 13:10:09 -05:00