We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a8d87 commit d389a61Copy full SHA for d389a61
expr_test.go
@@ -628,6 +628,14 @@ func TestExpr(t *testing.T) {
628
`One in 0..1 && Two not in 0..1`,
629
true,
630
},
631
+ {
632
+ `Two not in 0..1`,
633
+ true,
634
+ },
635
636
637
638
639
{
640
`Int32 in [10, 20]`,
641
false,
@@ -1326,7 +1334,6 @@ func (p *stringerPatcher) Exit(node *ast.Node) {
1326
1334
Method: "String",
1327
1335
})
1328
1336
}
1329
-
1330
1337
1331
1338
1332
1339
type lengthPatcher struct{}
0 commit comments