File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -198,7 +198,6 @@ func TestGAWK(t *testing.T) {
198198 "getline3" : true , // getline syntax issues (similar to above)
199199 "getline5" : true , // getline syntax issues (similar to above)
200200 "gsubtst7" : true , // something wrong with gsub or field split/join
201- "hex" : true , // different parsing of numbers with exponents
202201 "inputred" : true , // getInputScanner errors (see closebad)
203202 "membug1" : true , // doesn't parse: '{ one != one = $1 }'
204203 "nfldstr" : true , // invalid handling of '!$0' when $0="0"
Original file line number Diff line number Diff line change 77
88 print e+ 0 , x+ 0
99 print 0x
10- print 0e+ x
11- print 0ex
10+ # print 0e+x # GoAWK behaviour is different (saner!) here
11+ # print 0ex # GoAWK behaviour is different (saner!) here
1212 print 010e2
1313 print 0e9.3
1414}
Original file line number Diff line number Diff line change 111 600000
2206e5(x)
3- 0600001
4- 03e2(ex)
531000
6400.3
You can’t perform that action at this time.
0 commit comments