We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f4aff commit 763c294Copy full SHA for 763c294
src/dune_sexp/lexer.mll
@@ -182,7 +182,7 @@ and atom acc start = parse
182
{ atom ((template_variable lexbuf) :: acc) start lexbuf }
183
| "%"
184
{ atom (Template.add_text acc "%") start lexbuf }
185
- | ['\127'-'\255']
+ | ['\128'-'\255']
186
{ error lexbuf Atom.non_ascii_error_message }
187
| ""
188
{ Template.token acc ~quoted:false ~start lexbuf }
0 commit comments