Skip to content

Commit a0bc4ad

Browse files
committed
Add seed corpus for os functions
Follows up ligurio/lua-c-api-tests#141 Related to tarantool/tarantool#11470
1 parent 06c3add commit a0bc4ad

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

os_date_test.dict

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
"%a"
2+
"%A"
3+
"%b"
4+
"%B"
5+
"%c"
6+
"%d"
7+
"%H"
8+
"%I"
9+
"%M"
10+
"%m"
11+
"%p"
12+
"%S"
13+
"%w"
14+
"%x"
15+
"%X"
16+
"%Y"
17+
"%y"
18+
"%%"

0 commit comments

Comments
 (0)