31 lines
918 B
Diff
31 lines
918 B
Diff
From ecb7eca54b0c66ecfd6b80312fc60676002adf36 Mon Sep 17 00:00:00 2001
|
|
From: Ivan Tkatchev <tkatchev@gmail.com>
|
|
Date: Mon, 18 Mar 2024 22:57:19 +0300
|
|
Subject: [PATCH] Fix test for #8
|
|
|
|
---
|
|
test/uniques.test32.in | 8 ++++++++
|
|
test/{uniques.test.in => uniques.test64.in} | 0
|
|
2 files changed, 8 insertions(+)
|
|
create mode 100644 test/uniques.test32.in
|
|
rename test/{uniques.test.in => uniques.test64.in} (100%)
|
|
|
|
diff --git a/test/uniques.test32.in b/test/uniques.test32.in
|
|
new file mode 100644
|
|
index 0000000..f64e748
|
|
--- /dev/null
|
|
+++ b/test/uniques.test32.in
|
|
@@ -0,0 +1,8 @@
|
|
+temps.tsv
|
|
+===>
|
|
+z = { x=cut(@,"\t"), uint(x~0)/50 -> uniques.x~3, uniques_estimate.x~3 }, lines(sort.z, merge.first.second.z)
|
|
+===>
|
|
+38 221 330
|
|
+39 589 834
|
|
+40 528 783
|
|
+608
|
|
diff --git a/test/uniques.test.in b/test/uniques.test64.in
|
|
similarity index 100%
|
|
rename from test/uniques.test.in
|
|
rename to test/uniques.test64.in
|