ACC SHELL

Path : /srv/www/vhosts/svj-u-leskavy/vendor/nette/tester/tests/Framework/
File Upload :
Current File : /srv/www/vhosts/svj-u-leskavy/vendor/nette/tester/tests/Framework/Assert.match.regexp.phpt

<?php

use Tester\Assert;

require __DIR__ . '/../bootstrap.php';

// regexp
Assert::match('#A#', 'A');
Assert::match('~A~', 'A');
Assert::match('#A#imsxUu', 'A');

Assert::match("#\r\n#", "\r\n");
Assert::match('#\r\n#', "\r\n");

// mask
Assert::match('/A/', '/A/');
Assert::match('(A)', '(A)');
Assert::match('@A@', '@A@');
Assert::match('#A~', '#A~');
Assert::match('#A#imsxUub', '#A#imsxUub');

ACC SHELL 2018