From df8066a78ccd9b899244145f6be0171957a41a1e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 11 Jul 2012 01:27:15 +0200 Subject: awk: fix FS assignment behavior. Closes 5108 Signed-off-by: Denys Vlasenko --- testsuite/awk.tests | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'testsuite/awk.tests') diff --git a/testsuite/awk.tests b/testsuite/awk.tests index d4c390d31..f9c3b6b4d 100755 --- a/testsuite/awk.tests +++ b/testsuite/awk.tests @@ -217,4 +217,11 @@ end d testing "awk handles empty ()" \ "awk 'BEGIN {print()}' 2>&1" "awk: cmd. line:1: Empty sequence\n" "" "" +testing "awk FS assignment" "awk '{FS=\":\"; print \$1}'" \ + "a:b\ne\n" \ + "" \ + "a:b c:d\ne:f g:h" + +# testing "description" "command" "result" "infile" "stdin" + exit $FAILCOUNT -- cgit v1.2.3