Skip to content

Commit 4b7cb58

Browse files
committed
Remove unnecessary escape signs (%).
The newest (last-night) hfst complains about these.
1 parent c168140 commit 4b7cb58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/fst/stems/punctuation.lexc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ LEXICON Punctuation !!= * __@CODE@__ contains the list
8282
] PunctRght ;
8383
{ PunctLeft ;
8484
} PunctRght ;
85-
%<:%[%<%] PunctLeft ;
86-
%>:%[%>%] PunctRght ;
85+
%<:[%<] PunctLeft ;
86+
%>:[%>] PunctRght ;
8787
«:«7 PunctLeft ;
8888
»:»7 PunctRght ;
8989
‹ PunctLeft ;

0 commit comments

Comments
 (0)