mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-09-11 18:26:33 +00:00
:octocat: added additional tests for AlphaNum mode
This commit is contained in:
@@ -31,6 +31,15 @@ final class AlphaNumTest extends DataInterfaceTestAbstract{
|
||||
return [
|
||||
['ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 $%*+-./:', true],
|
||||
['abc', false],
|
||||
['ÄÖÜ', false],
|
||||
[',', false],
|
||||
['-', true],
|
||||
['+', true],
|
||||
['.', true],
|
||||
['*', true],
|
||||
[':', true],
|
||||
['/', true],
|
||||
['\\', false],
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user