mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-07 20:43:40 +00:00
testdata: update binop.go for string comparison tests
This commit is contained in:
Vendored
+5
@@ -20,6 +20,11 @@ true
|
||||
false
|
||||
false
|
||||
true
|
||||
h < h false
|
||||
h <= h true
|
||||
h == h true
|
||||
h >= h true
|
||||
h > h false
|
||||
array equality
|
||||
true
|
||||
false
|
||||
|
||||
Reference in New Issue
Block a user