blob: 08fd4fe2f99685f984559560fdf67cd566115c4d [file] [log] [blame]
PACKAGE org.apache.uima;
WORDLIST list1 = 'InListTestList.txt';
DECLARE T1, T2;
W{INLIST(list1) -> MARK(T1)};
W{INLIST({"INLIST","and","or"}) -> MARK(T2)};