Fix numeric-separator transform (#5968)
This commit is contained in:
committed by
Henry Zhu
parent
579499c66d
commit
c6edce115c
@@ -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")]),
|
||||
|
||||
Reference in New Issue
Block a user