--- parser3/tests/347-curl.html 2016/09/26 20:45:35 1.3
+++ parser3/tests/347-curl.html 2024/12/13 14:18:51 1.6
@@ -1,10 +1,9 @@
@main[]
-1. ^curl:options[ $.library[no-such-library.so] ]
-2. ^try-catch{ ^curl:session{ } }
-3. ^try-catch{ ^curl:session{ } }
-4. ^curl:options[ $.library[another-library.so] ]
-5. ^try-catch{ ^curl:session{ } }
-6. ^curl:options[ $.library[libcurl.so] ]
-7. ^curl:session{ OK }
-
+1. ^curl:options[ $.library[no-such-library.ext] ]
+2. ^try-catch-filtered{ ^curl:session{ } }
+3. ^try-catch-filtered{ ^curl:session{ } }
+4. ^curl:options[ $.library[another-library.ext] ]
+5. ^try-catch-filtered{ ^curl:session{ } }
+6. ^curl:options[ $.library[] ]
+7. ^try-catch{ ^curl:session{ OK } }