Fix numeric-separator transform (#5968)

This commit is contained in:
Justin Ridgewell
2017-07-20 11:35:53 -04:00
committed by Henry Zhu
parent 579499c66d
commit c6edce115c
2 changed files with 9 additions and 13 deletions

View File

@@ -38,7 +38,7 @@ suite("validators", function() {
t.objectProperty(
t.identifier("a"),
t.objectPattern([
t.objectProperty(t.identifier("b"), t.stringLiteral("foo")),
t.objectProperty(t.identifier("b"), t.identifier("foo")),
t.objectProperty(
t.identifier("c"),
t.arrayPattern([t.identifier("value")]),