Phase 33 NORM canon test: enforce normalized dev route for P1/P2/JP mini

This commit is contained in:
nyash-codex
2025-12-11 20:54:33 +09:00
parent 59a985b7fa
commit af6f95cd4b
170 changed files with 4423 additions and 1897 deletions

View File

@ -20,8 +20,8 @@
* required_methods = ["length","concat"]
*/
use std::collections::HashMap;
use crate::runtime::get_global_ring0;
use std::collections::HashMap;
fn parse_required_methods(spec: &str) -> HashMap<String, Vec<String>> {
let mut map = HashMap::new();