gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4291-g17652fe


From: Arnold Robbins
Subject: [SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4291-g17652fe
Date: Mon, 6 Sep 2021 09:23:10 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, gawk-5.1-stable has been updated
       via  17652fe29a5decb9e722d9c544249333a7bd5aea (commit)
      from  50d91293b73ed7b9b50e1928ccf87a1f5281da1f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=17652fe29a5decb9e722d9c544249333a7bd5aea

commit 17652fe29a5decb9e722d9c544249333a7bd5aea
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Mon Sep 6 16:22:54 2021 +0300

    And yet again, add the actual test files. Sigh.

diff --git a/test/commas.awk b/test/commas.awk
new file mode 100644
index 0000000..1013b9c
--- /dev/null
+++ b/test/commas.awk
@@ -0,0 +1,4 @@
+BEGIN {
+       printf("%'d\n",123456789)
+       printf("%'f\n",123456789)
+}
diff --git a/test/commas.ok b/test/commas.ok
new file mode 100644
index 0000000..3d4d96a
--- /dev/null
+++ b/test/commas.ok
@@ -0,0 +1,2 @@
+123,456,789
+123,456,789.000000

-----------------------------------------------------------------------

Summary of changes:
 test/commas.awk | 4 ++++
 test/commas.ok  | 2 ++
 2 files changed, 6 insertions(+)
 create mode 100644 test/commas.awk
 create mode 100644 test/commas.ok


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]