diff options
| author | Danil Alexeev <danil@alexeev.xyz> | 2024-02-04 15:40:19 +0300 |
|---|---|---|
| committer | Danil Alexeev <danil@alexeev.xyz> | 2024-02-04 17:36:53 +0300 |
| commit | 2bf25954b4aaa746b4dd8cf1d5f823ccf646224a (patch) | |
| tree | e188b573bd61e1f16bcc926e9791eed0dbd283a2 /modules/gdscript/tests/scripts/parser/features/is_not_operator.out | |
| parent | b4e2a24c1f62088b3f7ce0197afc90832fc25009 (diff) | |
| download | redot-engine-2bf25954b4aaa746b4dd8cf1d5f823ccf646224a.tar.gz | |
GDScript: Add `is not` operator
Diffstat (limited to 'modules/gdscript/tests/scripts/parser/features/is_not_operator.out')
| -rw-r--r-- | modules/gdscript/tests/scripts/parser/features/is_not_operator.out | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/parser/features/is_not_operator.out b/modules/gdscript/tests/scripts/parser/features/is_not_operator.out new file mode 100644 index 0000000000..f0535f9c83 --- /dev/null +++ b/modules/gdscript/tests/scripts/parser/features/is_not_operator.out @@ -0,0 +1,6 @@ +GDTEST_OK +true false +false true +true false +true false +false true |
