We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dda584 commit f0008f6Copy full SHA for f0008f6
test/helpers.gleam
@@ -67,7 +67,7 @@ pub fn error_to_string(error: ParseError) -> String {
67
<> "\" ("
68
<> int.to_string(value)
69
<> ") at position "
70
- <> int.to_string(value)
+ <> int.to_string(index)
71
<> " is out of range for base: "
72
<> int.to_string(base)
73
InvalidExponentSymbolPosition(index, exponent_symbol) ->
0 commit comments