bitwise operators and boolean operators
This commit is contained in:
@@ -138,6 +138,7 @@ func TestParsingPrefixExpressions(t *testing.T) {
|
||||
{"-foobar;", "-", "foobar"},
|
||||
{"!true;", "!", true},
|
||||
{"!false;", "!", false},
|
||||
{"~5;", "~", 5},
|
||||
}
|
||||
|
||||
for _, tt := range prefixTests {
|
||||
|
||||
Reference in New Issue
Block a user