compiler_test_utils

Function read_test

Source
pub fn read_test<T>(vm: &mut SloshVm, text: T) -> Value
where T: AsRef<str> + 'static,
Expand description

Read text for a test. Will convert multiple forms into a vector of Values.