Skip to content

Commit 179c121

Browse files
committed
comment
1 parent abe6baf commit 179c121

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/src/abc_variables_set_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ package main
22

33
import "testing"
44

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.
57
func TestMarshalABCVariableValuePreservesLargeIntegerLiteral(t *testing.T) {
68
t.Parallel()
79

0 commit comments

Comments
 (0)