Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazelbuild
/
buildtools
/
acfcf2bd50095e4eb8ff998034627c788ba844fa
/
.
/
build
/
testdata
/
043.golden
blob: 3c3926d02337dc5dc25d944b6256633e6ec5a650 [
file
]
bar
=
"bar"
# This gets an empty expr_opt in the parser, causing a nil to appear.
b
=
bar
[:-
2
]
# Test that slices and partial slices are parsed properly
f
=
foo
[-
1
:-
2
:-
3
]
f
=
foo
[
1
::]
f
=
foo
[:
1
:]
f
=
foo
[::
1
]
f
=
foo
[::]
f
=
foo
[:]