test262/test
Frank Yung-Fong Tang 9d0072df3d Fixes {format,formatToParts}/en-us-numeric-auto.js (#2207)
The following lines expect each unit has property "-1" and "1" 
```
  const expected = unit in exceptions
    ? [exceptions[unit]["1"], exceptions[unit]["0"], exceptions[unit]["0"], exceptions[unit]["-1"]]
    : [`in 1 ${unit}`, `in 0 ${unit}s`, `0 ${unit}s ago`, `1 ${unit} ago`];
```
2019-06-21 13:44:42 -04:00
..
annexB Add new tests to observe required leading line terminator (#2102) 2019-03-14 14:51:02 -04:00
built-ins add WeakRef feature to WeakRef/constructor test. (#2209) 2019-06-21 13:41:28 -04:00
harness Use SameValue in verifyProperty helper (#2185) 2019-06-12 14:14:14 -04:00
intl402 Fixes {format,formatToParts}/en-us-numeric-auto.js (#2207) 2019-06-21 13:44:42 -04:00
language Remove trailing spaces from YAML blocks (#2201) 2019-06-19 16:39:21 -04:00