handle AST_Expansion in collapse_vars & inline

This commit is contained in:
alexlamsl
2017-07-02 18:15:16 +08:00
parent e77b6d525c
commit 5ea1da2d42
3 changed files with 51 additions and 26 deletions

View File

@@ -1358,7 +1358,7 @@ issue_2136_1: {
expect_stdout: "[]"
node_version: ">=6"
}
/*
issue_2136_2: {
options = {
collapse_vars: true,
@@ -1410,7 +1410,7 @@ issue_2136_3: {
expect_stdout: "2"
node_version: ">=6"
}
*/
issue_2163: {
options = {
pure_funcs: [ "pure" ],