mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-23 21:27:56 +00:00
Update tests, comma is not supported
This commit is contained in:
@@ -35,7 +35,7 @@ final class AlphaNumTest extends DataInterfaceTestAbstract{
|
||||
['ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 $%*+-./:', true],
|
||||
['abc', false],
|
||||
['ÄÖÜ', false],
|
||||
[',', true],
|
||||
[',', false],
|
||||
['-', true],
|
||||
['+', true],
|
||||
['.', true],
|
||||
@@ -43,6 +43,7 @@ final class AlphaNumTest extends DataInterfaceTestAbstract{
|
||||
[':', true],
|
||||
['/', true],
|
||||
['\\', false],
|
||||
['0,1', false]
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user