Skip to content

Commit

Permalink
add ut case
Browse files Browse the repository at this point in the history
  • Loading branch information
amorynan committed Dec 27, 2024
1 parent d5fc51a commit 4b3cbc3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// this is data case file for array<bigint> type, contains normal, corner, exceptional data cases
[]
[null]
NULL
// single element
[0]
[12345.1234567890, 12345.1234567890, 12345.1234567890]
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// this is data case file for array<bigint> type, contains normal, corner, exceptional data cases
[]
[null]
NULL
// single element
[0]
[1,2,3,4,5,6,7,8,9,-1,-2,-3,-4,-5,-6,-7,-8,-9]
[0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,-0.1,-0.2,-0.3,-0.4,-0.5,-0.6,-0.7,-0.8,-0.9]
[345.6789, 345.6789, 345.6789]

0 comments on commit 4b3cbc3

Please sign in to comment.