Home | History | Annotate | Line # | Download | only in data
      1 # plain strings, with the NOSPEC flag
      2 abc		m	abc	abc
      3 abc		m	xabcy	abc
      4 abc		m	xyz
      5 a*b		m	aba*b	a*b
      6 a*b		m	ab
      7 ""		mC	EMPTY
      8