Merge branch 'master' into harmony-v3.0.6

This commit is contained in:
alexlamsl
2017-05-16 06:48:23 +08:00
8 changed files with 665 additions and 477 deletions

View File

@@ -0,0 +1,31 @@
operator: {
input: {
a. //comment
typeof
}
expect_exact: "a.typeof;"
}
name: {
input: {
a. //comment
b
}
expect_exact: "a.b;"
}
keyword: {
input: {
a. //comment
default
}
expect_exact: "a.default;"
}
atom: {
input: {
a. //comment
true
}
expect_exact: "a.true;"
}