Merge branch 'master' into atsign

This commit is contained in:
oleibman
2024-04-19 08:30:00 -07:00
committed by GitHub
135 changed files with 2925 additions and 871 deletions
+1
View File
@@ -81,4 +81,5 @@ return [
'no arguments' => ['exception'],
'one argument' => ['exception', 1.75],
'boolean in lieu of string' => ['TRUE', true, '@'],
'system long date format' => ['Sunday, January 1, 2012', '1-Jan-2012', '[$-x-sysdate]'],
];
+6
View File
@@ -160,4 +160,10 @@ return [
false,
'\D-00000',
],
[true, '[$-F800]'],
[true, 'hello[$-F400]goodbye'],
[false, '[$-F401]'],
[true, '[$-x-sysdate]'],
[true, '[$-x-systime]'],
[false, '[$-x-systim]'],
];