Skip to content

Commit

Permalink
build-gs1-syntax-dict: Correct example
Browse files Browse the repository at this point in the history
  • Loading branch information
terryburton authored Jul 11, 2022
1 parent b3e32e7 commit fe9aa9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/development/build-gs1-syntax-dict-new.pl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

my $title_rx = qr/\S.*\S/;

# 123 * N13,csum,key X0..17 req=01,321 ex=42,101 dlpkey=22,10 # EXAMPLE TITLE
# 123 * N13,csum,key [X..17] req=01,321 ex=42,101 dlpkey=22,10|789 # EXAMPLE TITLE
my $entry_rx = qr/
^
(?<ais>${ai_rng_rx})
Expand Down

0 comments on commit fe9aa9c

Please sign in to comment.