backreference gawk broken
Bug #2000741 reported by
Eduard Drenth
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gawk (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
eduard@
eduard@
This should print ba
affects: | gnome-shell-pomodoro (Ubuntu) → gawk (Ubuntu) |
To post a comment you must log in.
Or actually this should print ba according to the awk manual:
eduard@ eduard- N150CU: ~$ echo "ab"|gawk '{gsub( /(a)(b) /,"\\2\ \1"); print}'
\2\1