add _property-literals test
This commit is contained in:
6
test/fixtures/transformation/misc/_property-literals/actual.js
vendored
Normal file
6
test/fixtures/transformation/misc/_property-literals/actual.js
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"test": "foob",
|
||||
"!@#$": "foob",
|
||||
"33rd": "foob",
|
||||
fooBar: "foob"
|
||||
}
|
||||
6
test/fixtures/transformation/misc/_property-literals/expected.js
vendored
Normal file
6
test/fixtures/transformation/misc/_property-literals/expected.js
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
test: "foob",
|
||||
"!@#$": "foob",
|
||||
"33rd": "foob",
|
||||
fooBar: "foob"
|
||||
}
|
||||
Reference in New Issue
Block a user