blob: 6947d6d0bf4f03d8fbbd89f04ac95dc8f62e8b5e [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
*** Settings ***
Resource ${KEYWORDS}
*** Test Cases ***
Should Split Lines
Prepare Machine
Start Emulation
Wait For Next Line On Uart
Write Line To Uart \rabc\nd\n waitForEcho=false
Wait For Line On Uart getline: abc;
Write Line To Uart \rabc\nd\n waitForEcho=false
Wait For Line On Uart ^abc$ treatAsRegex=true