Skip to content

Commit 28d3824

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

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

os_date_test.dict

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

0 commit comments

Comments
 (0)