This commit is contained in:
Bennet Bleßmann
2024-10-04 20:25:02 +02:00
parent e9f03c89a6
commit 6dd0ec0b98

View File

@@ -13,6 +13,7 @@ fn call_0() {
} }
#[test] #[test]
#[cfg_attr(miri, ignore = "unsupported operation when isolation is enabled")]
fn issue2588_load_html() { fn issue2588_load_html() {
load_module_test("tests-pl/issue2588.pl", "[element(html,[],[element(head,[],[element(title,[],[[H,e,l,l,o,!]])]),element(body,[],[])])]"); load_module_test("tests-pl/issue2588.pl", "[element(html,[],[element(head,[],[element(title,[],[[H,e,l,l,o,!]])]),element(body,[],[])])]");
} }