1 2 3 4 5 6
#[test] fn test_section() { let (tokens, diags) = lumesh::tokenize("hello §world"); println!("tokens: {tokens:?}"); println!("diags: {diags:?}"); }