Hi, I've just noticed an error in Implementation Report test 459 (ecmascript). This test contains the incorrect (and invalid!) ecmascript condition: "Var4==0 | Var3 != 2". AFAICT this condition probably should be coded as: "Var1==0 || Var3 != 2". And because this condition is used as a negative test (transitions to "fail") this test always succeeds, regardless, which probably is not intended :) AteReceived on Monday, 28 December 2015 16:18:59 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 23:04:04 UTC