We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f84179 commit bc244b0Copy full SHA for bc244b0
1 file changed
test/data/choice.toml
@@ -132,6 +132,25 @@ rands = [
132
{ sides = 2, value = 1 },
133
]
134
135
+[[ test ]]
136
+game_system = "DiceBot"
137
+input = "choice2(a,b,c) かっこ区切り"
138
+output = "(choice2(a,b,c)) > a, b"
139
+rands = [
140
+ { sides = 3, value = 1 },
141
+ { sides = 2, value = 1 },
142
+]
143
+
144
+# 空白区切り
145
146
147
+input = "choice2 a b c"
148
+output = "(choice2 a b c) > a b"
149
150
151
152
153
154
[[ test ]]
155
game_system = "DiceBot"
156
input = "choice3[A(), B(), C()] 全部取る"
0 commit comments