correct a test case for updated list patterns (#2123)

I somehow missed the last line last time I proposed https://github.com/tc39/test262/pull/2111
This commit is contained in:
Frank Yung-Fong Tang 2019-04-03 13:02:22 -07:00 committed by Leo Balter
parent 4bacf25f0d
commit 611919174f
1 changed files with 1 additions and 1 deletions

View File

@ -50,4 +50,4 @@ for (const f of transforms) {
assert.sameValue(lf.format(f(["foo", "bar", "baz", "quux"])), "foo, bar, baz, & quux");
}
assert.sameValue(lf.format("foo"), "f, o, and o");
assert.sameValue(lf.format("foo"), "f, o, & o");