add test for export of sequence
This commit is contained in:
parent
113a5236bc
commit
2aed51a95a
|
|
@ -280,6 +280,13 @@ export_default_anonymous_function: {
|
||||||
expect_exact: "export default function(){foo()};"
|
expect_exact: "export default function(){foo()};"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export_default_seq: {
|
||||||
|
input: {
|
||||||
|
export default (1, 2)
|
||||||
|
}
|
||||||
|
expect_exact: "export default(1,2);"
|
||||||
|
}
|
||||||
|
|
||||||
export_default_arrow: {
|
export_default_arrow: {
|
||||||
options = {
|
options = {
|
||||||
reduce_vars: true,
|
reduce_vars: true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user