diff options
author | rune-scape <allie.smith.epic@gmail.com> | 2023-05-15 04:06:43 -0700 |
---|---|---|
committer | rune-scape <allie.smith.epic@gmail.com> | 2023-06-14 19:24:28 -0700 |
commit | fcdd92688108f1a56c9cfa8e90e2e7307e5d849b (patch) | |
tree | 62214632fffd0bb5b10b5b18cbf56769b30c88f7 /modules/gdscript/tests/scripts/runtime/features/string_stringname_equivalent.out | |
parent | 33957aee69683cf1f542a8622e5a9efd23070f1c (diff) | |
download | redot-engine-fcdd92688108f1a56c9cfa8e90e2e7307e5d849b.tar.gz |
GDScript: Strings and StringNames match
Diffstat (limited to 'modules/gdscript/tests/scripts/runtime/features/string_stringname_equivalent.out')
-rw-r--r-- | modules/gdscript/tests/scripts/runtime/features/string_stringname_equivalent.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/runtime/features/string_stringname_equivalent.out b/modules/gdscript/tests/scripts/runtime/features/string_stringname_equivalent.out index 7e9c364b60..440b613099 100644 --- a/modules/gdscript/tests/scripts/runtime/features/string_stringname_equivalent.out +++ b/modules/gdscript/tests/scripts/runtime/features/string_stringname_equivalent.out @@ -6,3 +6,7 @@ Compare !=: false Concat: abcdef Concat: abcdef Concat: abcdef +String matched StringName literal +StringName matched String literal +String matched StringName +StringName matched String |