blob: 68daded373a1fcb7004a103e0f165c1e68bdd01c [file] [log] [blame]
--- RCPTT testcase ---
Format-Version: 1.0
Contexts: _Ayow4KrpEeqpkej7GeVvKQ,_d8d2kKyFEeqylZAj0d4Xnw
Element-Name: CreateNewDocumentation
Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _JS3jYMEgEeqjcPTfvO5d8Q
Save-Time: 7/8/20 3:47 PM
Testcase-Type: ecl
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
Content-Type: text/ecl
Entry-Name: .content
get-view "Package Explorer" | get-tree | select "test/src/test/test.mtl" | double-click
with [get-editor "test.mtl" | get-text-viewer] {
set-caret-pos 18 1
key-type "M1+SPACE"
key-type Down -times 5
key-type Enter
set-caret-pos 18 1
select-range 22 4 18 1
}
get-editor "test.mtl" | get-text-viewer | get-property "getSelectionText()" | equals "[**\n"
+ " * My Query or Template documentation.\n"
+ " * \n"
+ " * @param myParameter the parameter.\n"
+ "*/]" | verify-true
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--