mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-23 21:38:00 +00:00
:octocat: regex fix (#282)
This commit is contained in:
@@ -34,6 +34,15 @@ final class AlphaNumTest extends DataInterfaceTestAbstract{
|
||||
return [
|
||||
['ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 $%*+-./:', true],
|
||||
['abc', false],
|
||||
['ÄÖÜ', false],
|
||||
[',', true],
|
||||
['-', true],
|
||||
['+', true],
|
||||
['.', true],
|
||||
['*', true],
|
||||
[':', true],
|
||||
['/', true],
|
||||
['\\', false],
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user