summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/features/is_not_operator.out
diff options
context:
space:
mode:
authorDanil Alexeev <danil@alexeev.xyz>2024-02-04 15:40:19 +0300
committerDanil Alexeev <danil@alexeev.xyz>2024-02-04 17:36:53 +0300
commit2bf25954b4aaa746b4dd8cf1d5f823ccf646224a (patch)
treee188b573bd61e1f16bcc926e9791eed0dbd283a2 /modules/gdscript/tests/scripts/parser/features/is_not_operator.out
parentb4e2a24c1f62088b3f7ce0197afc90832fc25009 (diff)
downloadredot-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.out6
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