]> Repositorios git - scryer-prolog.git/commitdiff
Merge remote-tracking branch 'upstream/master' into issue-2588
authorBennet Bleßmann <[email protected]>
Fri, 4 Oct 2024 17:11:26 +0000 (19:11 +0200)
committerBennet Bleßmann <[email protected]>
Fri, 4 Oct 2024 17:11:26 +0000 (19:11 +0200)
1  2 
tests/scryer/issues.rs

index 24600d5de29b3ab382487185948ab396122c894d,5e21577ebbba33756d11669774d21ad238654149..f5b58a0fcb09e1e56e56ba4b4d0f0fbd32a625d9
@@@ -171,7 -12,10 +12,15 @@@ fn call_0() 
      );
  }
  
 +#[test]
 +fn issue2588_load_html() {
 +    load_module_test("tests-pl/issue2588.pl", "[element(html,[],[element(head,[],[element(title,[],[[H,e,l,l,o,!]])]),element(body,[],[])])]");
 +}
++
+ // issue #2361
+ #[serial]
+ #[test]
+ #[cfg_attr(miri, ignore = "it takes too long to run")]
+ fn call_qualification() {
+     load_module_test("tests-pl/issue2361-call-qualified.pl", "");
+ }