Add UID support to GDScript files
This commit is contained in:
parent
107f2961cc
commit
c7f68a27ec
15 changed files with 307 additions and 15 deletions
5
modules/gdscript/tests/scripts/parser/features/uid.gd
Normal file
5
modules/gdscript/tests/scripts/parser/features/uid.gd
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
@uid("uid://c4ckv3ryprcn4")
|
||||
extends Object
|
||||
|
||||
func test():
|
||||
pass
|
||||
1
modules/gdscript/tests/scripts/parser/features/uid.out
Normal file
1
modules/gdscript/tests/scripts/parser/features/uid.out
Normal file
|
|
@ -0,0 +1 @@
|
|||
GDTEST_OK
|
||||
Loading…
Add table
Add a link
Reference in a new issue