use crate;
/// Tests all expected basic error messages in 'basic' on their respective
/// source files in 'source'
///
/// Expects every source file to have an expected basic.
/// Tests the expected hints in 'hint' against their respective source files in
/// 'source'.
///
/// Only tests source files that have a hint file.
/// Tests the expected code highlights in 'highlight' against their respective
/// source files in 'source'.
///
/// Only tests source files that have a highlight file.