robotframework/robotframework.github.com

使用Run Keyword If 强制换行会多出三个点,robot framework版本3.1.2

yingyingdanli opened this issue · 0 comments

使用Run Keyword If 换行输入三个点就变成一行,如果强制换行会提示“No keyword with name '…' found.”
${a} Set Variable 3
Run Keyword If ${a}>10 log 123

... ELSE log 111

每次都会多出三个点,也不知道为什么