Geoffrey White
|
5263cccefc
|
Swift: Bite the bullet and make 'regex' a non-optional field of the regex test, so that we can be confident where we fail to identify them.
|
2023-10-04 19:19:28 +01:00 |
|
Geoffrey White
|
f50345659e
|
Swift: Fix parse failures due to mode flags.
|
2023-07-10 19:14:42 +01:00 |
|
Geoffrey White
|
7748a45c2f
|
Swift: Initial implementation of regex mode flags.
|
2023-07-10 16:20:24 +01:00 |
|
Geoffrey White
|
d3af8c5123
|
Swift: The perf. issue is fixed by above commit "Do regex locations more like Ruby does them."
|
2023-06-21 19:00:27 +01:00 |
|
Geoffrey White
|
c501fa5289
|
Swift: Add more test cases exploring the timeout.
|
2023-06-20 15:27:54 +01:00 |
|
Geoffrey White
|
9f58d961f2
|
Swift: Remove TODO about a n unknown failure as it's now diagnosed and planned.
|
2023-06-19 17:49:27 +01:00 |
|
Geoffrey White
|
df38a12b84
|
Swift: Complete the escape sequences fix.
|
2023-06-15 21:18:15 +01:00 |
|
Geoffrey White
|
39302c62bd
|
Swift: Add support for isDigit and similar.
|
2023-06-15 21:18:15 +01:00 |
|
Geoffrey White
|
355793f6ca
|
Swift: Add support for \u{hhhhhh} escaped characters in regular expressions.
|
2023-06-15 21:18:15 +01:00 |
|
Geoffrey White
|
49dfe5d22b
|
Swift: Add support for \Uhhhhhhhh escaped characters in regular expressions.
|
2023-06-15 21:18:14 +01:00 |
|
Geoffrey White
|
05939bd90a
|
Swift: Add a test case for \Uhhhhhhhh character escapes.
|
2023-06-15 20:51:21 +01:00 |
|
Geoffrey White
|
4a06394d51
|
Swift: Autoformat + fix test indentation.
|
2023-06-15 13:09:46 +01:00 |
|
Geoffrey White
|
91b2de2b61
|
Swift: Lots of small fixes / cleanup.
|
2023-06-15 13:04:26 +01:00 |
|
Geoffrey White
|
8e8a9c8018
|
Swift: Annotate tests based on real ereal execution findings. Add some
relevant variants, remove some duplicates, add the testing script also.
|
2023-06-14 19:23:06 +01:00 |
|
Geoffrey White
|
f93bf6ad22
|
Swift: Escape the test cases in a better way (so escape characters don't obscure what's going on).
|
2023-06-14 18:51:57 +01:00 |
|
Geoffrey White
|
63ab4788e0
|
Swift: Flag parse failures in the test.
|
2023-06-14 18:23:06 +01:00 |
|
Geoffrey White
|
44eb7bf642
|
Swift: Import more test cases from other languages (this highlights some issues).
|
2023-06-14 18:23:05 +01:00 |
|
Geoffrey White
|
c5405688f4
|
Swift: Add real world test cases.
|
2023-06-14 18:23:05 +01:00 |
|
Geoffrey White
|
2ccbdbdf87
|
Swift: Identify strings that are used in regular expressions properly.
|
2023-06-14 18:23:05 +01:00 |
|
Geoffrey White
|
712c3cc698
|
Swift: Add the cases from the (Ruby) qhelp to the library tests.
|
2023-06-14 18:23:05 +01:00 |
|
Geoffrey White
|
7e9d73b6b2
|
Swift: Add regex sources to the library.
|
2023-06-14 18:23:05 +01:00 |
|
Geoffrey White
|
9601134ec0
|
Swift: Create library test cases for REDOS vulnerable regexs.
|
2023-06-14 18:23:04 +01:00 |
|