blob: af76f73316755b56966c02299fe7e930c15c6c3f (
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.
PASS adjusted node was LABEL#mylabel.
PASS adjusted node was INPUT#myinput.
PASS successfullyParsed is true
TEST COMPLETE
|