mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-14 16:59:28 +00:00
small fix, large gain (in size)
This commit is contained in:
parent
94606d3845
commit
4c4a352a98
@ -123,7 +123,7 @@ NAME [[:alpha:]_][[:alnum:][:digit:]_]*
|
||||
|
||||
ESC \\.
|
||||
SQCHR [^\']
|
||||
DQCHR {ESC}|[^\"]
|
||||
DQCHR {ESC}|[^\\\"]
|
||||
DQSTR \"{DQCHR}*\"
|
||||
SQSTR \'{SQCHR}*\'
|
||||
VARIABLE ${NAME}|$\{{NAME}\}|${DIGITS}|$\{{DIGITS}\}|$\?|$\{\?\}
|
||||
|
Loading…
Reference in New Issue
Block a user