1
0
mirror of synced 2025-01-18 07:44:47 +01:00

Add tests for Parse QR Code module

This commit is contained in:
j433866 2018-12-21 11:26:03 +00:00
parent d0e428b728
commit c2f6b8df66
2 changed files with 72 additions and 0 deletions

View File

@ -63,6 +63,7 @@ import "./tests/operations/OTP";
import "./tests/operations/PGP"; import "./tests/operations/PGP";
import "./tests/operations/PHP"; import "./tests/operations/PHP";
import "./tests/operations/ParseIPRange"; import "./tests/operations/ParseIPRange";
import "./tests/operations/ParseQRCode";
import "./tests/operations/PowerSet"; import "./tests/operations/PowerSet";
import "./tests/operations/Regex"; import "./tests/operations/Regex";
import "./tests/operations/Register"; import "./tests/operations/Register";

File diff suppressed because one or more lines are too long