We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe6baf commit 179c121Copy full SHA for 179c121
cmd/src/abc_variables_set_test.go
@@ -2,6 +2,8 @@ package main
2
3
import "testing"
4
5
+// If we were to do a json marshalling roundtrip, it may break large integer literals.
6
+// This test is here to demonstrate that the compaction approach is working well.
7
func TestMarshalABCVariableValuePreservesLargeIntegerLiteral(t *testing.T) {
8
t.Parallel()
9
0 commit comments