pub(super) fn parse_and_update_aux(
config: &Config,
ln: &str,
testfile: &Utf8Path,
line_number: usize,
aux: &mut AuxProps,
)
Expand description
If the given test directive line contains an aux-*
directive, parse it
and update AuxProps
accordingly.