yaya-shiori
yaya-shiori copied to clipboard
`melt_`modifier's bug
from @Zichqec
OnTest : melt_nonoverlap
{
"test"
"test2"
("red","green","blue")
}
This sometimes outputs "red,green,blue", but if I write like this...
OnTest
{
"test"
"test2"
melt_nonoverlap : {
("red","green","blue")
}
}
This will have "red" "green" and "blue" as separate output candidates