Open fhoeben opened 8 years ago
@fhoeben Reading this issue it is not clear to me what the expected behavior is. You just describing the actual one. Ideally you say: I expected this result, but it appears to be that result.
@JThoennes the methods not containing the method name are messed up:
so:
|show| currentSystemTime2|
but get |currentSystemTime2|
|show |current system time as2|HH:MM:ss.SSS|
but get |current system time as2|HHMMSsSSS|
When I use IntelliJ's rename method function on one of my fixture methods, its usage in scripts in the wiki is corrupted.
currentSystemTime()
used inside a script table as|show| currentSystemTime|
currentSystemTime2()
|currentSystemTime2|
currentSystemTimeAs(String format)
used inside a script table as|show |current system time as|HH:MM:ss.SSS|
currentSystemTimeAs2()
|current system time as2|HHMMSsSSS|