this one \b0 that one -> (document (text this one ) (control \b 0) (text that one))
this one \b0that one -> (document (text this one ) (control \b 0) (text that one))
this one \b that one -> (document (text this one ) (control \b) (text that one))
this one \b\i that one -> (document (text this one ) (control \b) (control \i) (text that one))
this one \b0 that one -> (document (text this one ) (control \b) (text 0 that one))
this one \b0that one -> (document (text this one ) (control \b) (text 0that one))
this one \b that one -> (document (text this one ) (control \b) (text that one))
this one \b\i that one -> (document (text this one ) (control \b) (control \i) (text that one))
this one \b0 that one -> (document (text this one ) (control \b0 ) (text that one))
this one \b0that one -> (document (text this one ) (control \b0) (text that one))
this one \b that one -> (document (text this one ) (control \b ) (text that one))
this one \b\i that one -> (document (text this one ) (control \b) (control \i ) (text that one))
this one \b0 that one -> (document (text this one ) (control \b 0 ) (text that one))
this one \b0that one -> (document (text this one ) (control \b 0) (text that one))
this one \b that one -> (document (text this one ) (control \b) (text that one))
this one \b\i that one -> (document (text this one ) (control \b) (text that one)) plus token recognition error on '\' 'i'