X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gedcom%2Fgedcom_lohi.lex;h=21f84eb95129ca29aa7ab670d7218bacac85785e;hb=1cb22adafb0696887c3a7544f81898d0685b42b7;hp=f656ba2ebb3cef72f5c9c26c4702c7dc9eb44841;hpb=617db8c6fc5e647c2daf45754a98f6792c15db03;p=gedcom-parse.git diff --git a/gedcom/gedcom_lohi.lex b/gedcom/gedcom_lohi.lex index f656ba2..21f84eb 100644 --- a/gedcom/gedcom_lohi.lex +++ b/gedcom/gedcom_lohi.lex @@ -52,7 +52,7 @@ alphanum {alpha}|{digit} gen_delim {delim}|{tab} escape @\x00#\x00{any_char}+@\x00 -pointer @\x00{alphanum}{non_at}+@\x00 +pointer @\x00{alphanum}{non_at}*@\x00 %% @@ -217,6 +217,8 @@ ACTION_BEFORE_REGEXPS {normal_at} ACTION_NORMAL_AT +{tab} ACTION_TAB + . ACTION_UNEXPECTED %%