pub fn read_test<T>(vm: &mut SloshVm, text: T) -> Valuewhere T: AsRef<str> + 'static,
Read text for a test. Will convert multiple forms into a vector of Values.