| author | |
| committer | |
| log | 5835e5ec9a53dd6fc6d26e3195e4b1e408bee641 |
| tree | 2786206839dca865ce2386adb3557062c28804ba |
| parent | 4794c6a526ea507984af8aa460a6897da1c7c785 |
1 files changed, 1 insertions(+), 1 deletions(-)
doc/langref.html.in+1-1| ... | ... | @@ -12746,7 +12746,7 @@ mb_utf8_literal <- |
| 12746 | 12746 | / oxE0 oxA0_oxBF ox80_oxBF |
| 12747 | 12747 | / oxC2_oxDF ox80_oxBF |
| 12748 | 12748 | |
| 12749 | ascii_char_not_nl_slash_squote <- [\000-\011\013-\046-\050-\133\135-\177] | |
| 12749 | ascii_char_not_nl_slash_squote <- [\000-\011\013-\046\050-\133\135-\177] | |
| 12750 | 12750 | |
| 12751 | 12751 | char_escape |
| 12752 | 12752 | <- "\\x" hex hex |