nerix
a2cbe6377d
chore: improve link parser and its tests a bit ( #5522 )
2024-07-23 23:38:17 +02:00
nerix
847e4f0932
fix: count parentheses in links ( #5515 )
2024-07-21 16:00:12 +02:00
nerix
4a7a5b09ce
fix: disallow more characters in links ( #5509 )
2024-07-20 10:06:23 +00:00
nerix
b9f669d3a5
feat: strip prefixes and suffixes in links ( #5486 )
2024-07-14 11:17:42 +02:00
pajlada
401feac0aa
tests: better test initializing allowing for better printing ( #5379 )
...
Co-authored-by: Nerixyz <nerixdev@outlook.de>
2024-05-05 13:01:07 +00:00
pajlada
4a1ce2a3b3
refactor: clean up toStdString usages in tests ( #5346 )
...
* tests: Add QString/QStringView << operators for std::ostream
This makes it easier to print QString/QStringView's in ASSERT_EQ outputs
* tests: clean up toStdString usages
* fix: use QByteArray.toStdString instead
2024-04-21 20:52:44 +00:00
nerix
280b6d934e
Parse Domains Starting With http
( #4598 )
...
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2023-05-07 12:15:36 +00:00
nerix
9c9fa86c45
Refactor LinkParser
( #4576 )
2023-04-23 14:56:39 +00:00
nerix
95e7426283
Remove Redundant Parsing of Links ( #4507 )
...
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2023-04-22 22:58:37 +00:00
nerix
bdab5e021c
Benchmark and Test LinkParser
( #4436 )
...
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
2023-04-02 14:59:26 +00:00