Go allows converting a single integer value to string, resulting in a string containing a single unicode rune with the same code as the value of the integer. Allow the same conversion to happen. Fixes #1322 |
||
|---|---|---|
| .. | ||
| cmd | ||
| common_test.go | ||
| integration1_test.go | ||
| integration2_test.go | ||
| variables_test.go | ||