DELIMITERS = "<$.>" ;

LIST ASet = "word with spaces" ;
LIST BSet = ("word with spaces" wanted) ;

BEFORE-SECTIONS
ADD (@found1) ASet ;
ADD (@found2) BSet ;
ADD (@other) (with) ;
ADD (@quotes) ("words"with"quotes"inside") ;

# This is actually not allowed; cannot have multiple baseforms in a reading, but it's a good test.
ADD (@normal) ("normal tag") ;

SECTION
"<word with spaces>" REMOVE (with) ;
