diff options
author | Li Jin <dragon-fly@qq.com> | 2021-02-15 21:16:45 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2021-02-15 21:16:45 +0800 |
commit | 90cd12ad9ef465f3e435e1bd034dcfbe4e19d016 (patch) | |
tree | 27b6b6d48cb028b568af91a6d7e041e38743e3a0 /spec/inputs/syntax.mp | |
parent | c6e90a619d4bf027fa0c9fd81c71a6227b8cb3ca (diff) | |
download | yuescript-moonplus.tar.gz yuescript-moonplus.tar.bz2 yuescript-moonplus.zip |
adding more test cases.moonplus
Diffstat (limited to '')
-rw-r--r-- | spec/inputs/syntax.mp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/spec/inputs/syntax.mp b/spec/inputs/syntax.mp index f3a0a5c..4df5785 100644 --- a/spec/inputs/syntax.mp +++ b/spec/inputs/syntax.mp | |||
@@ -123,21 +123,6 @@ argon\world().something() | |||
123 | 123 | ||
124 | argon\somethin"200".world(1,2) | 124 | argon\somethin"200".world(1,2) |
125 | 125 | ||
126 | origin | ||
127 | .transform | ||
128 | .root | ||
129 | .gameObject | ||
130 | \Parents! | ||
131 | \Descendants! | ||
132 | \SelectEnable! | ||
133 | \SelectVisible! | ||
134 | \TagEqual "fx" | ||
135 | \Where (x) -> | ||
136 | if x\IsTargeted! | ||
137 | return false | ||
138 | x.name\EndsWith "(Clone)" | ||
139 | \Destroy! | ||
140 | |||
141 | x = -434 | 126 | x = -434 |
142 | 127 | ||
143 | x = -hello world one two | 128 | x = -hello world one two |