mirror of
https://github.com/golang/go
synced 2024-11-05 20:26:13 -07:00
c015f76acb
Added a test that exercises named results Change-Id: Ie228b68f4f846266595a95e0f65a6e4b8bf79635 Reviewed-on: https://go-review.googlesource.com/c/go/+/297029 Trust: David Chase <drchase@google.com> Run-TryBot: David Chase <drchase@google.com> Reviewed-by: Cherry Zhang <cherryyz@google.com>
14 lines
198 B
Plaintext
14 lines
198 B
Plaintext
y = 1
|
|
y = 6
|
|
y = 27
|
|
x = 21
|
|
len(y) = 41
|
|
y = OKAY! Aloha! Hello World! !!!!!!!!!!!!!!!
|
|
len(z) = 17
|
|
z = Aloha! Hello Pal!
|
|
|
|
len(y) = 25
|
|
y = OKAY! Aloha! Hello World!
|
|
len(z) = 17
|
|
z = Aloha! Hello Pal!
|