diff options
Diffstat (limited to 'test/sortempty.awk')
-rw-r--r-- | test/sortempty.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sortempty.awk b/test/sortempty.awk new file mode 100644 index 00000000..6848d953 --- /dev/null +++ b/test/sortempty.awk @@ -0,0 +1 @@ +BEGIN { print asort(a) } |