You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our test script removes the whole line if it detects a comment. So if there's a line with a trailing comment, it will cause a problem. For example this one:
Our test script removes the whole line if it detects a comment. So if there's a line with a trailing comment, it will cause a problem. For example this one:
test262/test/suite/sputnik_converted/15_Native/15.8_The_Math_Object/15.8.2_Function_Properties_of_the_Math_Object/15.8.2.13_pow/S15.8.2.13_A14.js
It fails, unless you remove the comment on line 31.
The text was updated successfully, but these errors were encountered: