blob: dd1c9210988e85cb6fd2136fe5602d77dd7828eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Tests if labels are treated as clickable if the input they control is.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Testing small direct hits.
PASS adjusted node was A#mylink.
PASS adjusted node was LABEL#mylabel.
PASS adjusted node was INPUT#myinput.
Testing indirect hits.
PASS adjusted node was A#mylink.
FAIL adjusted node should be LABEL#mylabel. Was A#mylink.
PASS adjusted node was INPUT#myinput.
PASS successfullyParsed is true
TEST COMPLETE
|