Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit 3e25d31

Browse files
committed
test lowercase mode strings
1 parent 49b1e98 commit 3e25d31

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

tests/ParserTest.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,27 @@ function () {
117117
}
118118
)
119119
]
120+
],
121+
[
122+
[
123+
' . D 0 Tue Aug 26 19:11:56 2014',
124+
' .. DR 0 Sun Oct 28 15:24:02 2012',
125+
' a.txt ARc 10 Fri May 27 16:51:21 2022',
126+
'',
127+
' 62536 blocks of size 8388608. 57113 blocks available'
128+
],
129+
[
130+
new FileInfo(
131+
'/a.txt',
132+
'a.txt',
133+
10,
134+
strtotime('Fri May 27 16:51:21 2022 CEST'),
135+
IFileInfo::MODE_ARCHIVE + IFileInfo::MODE_READONLY,
136+
function () {
137+
return [];
138+
}
139+
)
140+
]
120141
]
121142
];
122143
}

0 commit comments

Comments
 (0)