chyroc
chyroc
if not, panic: ```go {"1 + 0", 1} ... calc_test.go:28: Error in S7: INVALID(0,0), Pos(offset=4, line=1, column=5), expected one of: ( int64 calc_test.go:31: Error: 1 + 0 = %!d(). Expected...
Please open an issue and discuss changes before spending time on them, unless the change is trivial or an issue already exists.
thanks
### Summary QuoteSingle("a") -> 'a' QuoteSingle("abc") -> 'abc' QuoteSingle("ab'c") -> 'ab\'c' ### Motivation wu ### Explanation _No response_