ref: 4701f97675afe0425e0480ea6e86504110121a28
parent: c6a474b1744122b5631c020b70616845353f8576
parent: 6e222fe5c0df10f406dd61a9ae587a1d86bd5d3c
author: ozan yigit <ozan.yigit@gmail.com>
date: Wed Nov 15 11:27:01 EST 2023
arnold's test fixes
--- a/testdir/T.csv
+++ b/testdir/T.csv
@@ -77,5 +77,4 @@
a, [a][]
"", [][]
, [][]
-a"b [a"b]
!!!!
--- a/testdir/T.flags
+++ b/testdir/T.flags
@@ -20,5 +20,6 @@
$awk -F >foo 2>&1
grep 'no field separator' foo >/dev/null || echo 'T.flags: bad missing field separator'
-$awk -F '' >foo 2>&1
-grep 'field separator FS is empty' foo >/dev/null || echo 'T.flags: bad empty field separator'
+### Awk is now like gawk and splits into separate characters if FS = ""
+# $awk -F '' >foo 2>&1
+# grep 'field separator FS is empty' foo >/dev/null || echo 'T.flags: bad empty field separator'
--
⑨