--- parser3/tests/347-curl.html 2016/09/01 14:08:38 1.2
+++ parser3/tests/347-curl.html 2024/12/13 13:28:36 1.5
@@ -1,17 +1,17 @@
@main[]
-^curl:options[ $.library[no-such-library.so] ]
-^try-catch{ ^curl:session{ } }
-^try-catch{ ^curl:session{ } }
-^curl:options[ $.library[another-library.so] ]
-^try-catch{ ^curl:session{ } }
-^curl:options[ $.library[libcurl.so] ]
-^curl:session{ OK }
+1. ^curl:options[ $.library[no-such-library.ext] ]
+2. ^try-catch{ ^curl:session{ } }
+3. ^try-catch{ ^curl:session{ } }
+4. ^curl:options[ $.library[another-library.ext] ]
+5. ^try-catch{ ^curl:session{ } }
+6. ^curl:options[ $.library[] ]
+7. ^try-catch{ ^curl:session{ OK } }
@try-catch[jCode]
^try{$jCode}{
- $exception.handled(true)
- Type: $exception.type,
+ $exception.handled(1)
+ Exception type: $exception.type,
Source: $exception.source,
- Comment: ^exception.comment.left(46)
+ Comment: ^exception.comment.match[(failed to load curl library).*(no-such-library.ext|another-library.ext).*][]{$match.1 ... $match.2 ...}
}