test262/test/intl402/RelativeTimeFormat
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
..
constructor Change tests according to ecma402/pull/278 (#2031) 2019-01-18 14:15:37 -02:00
instance Add tests for the shape of the Intl.RelativeTimeFormat API. (#1596) 2018-06-26 14:02:29 -04:00
prototype Fixes {format,formatToParts}/en-us-numeric-auto.js (#2207) 2019-06-21 13:44:42 -04:00