.. |
advanced_expression_matching.gd
|
15ccd83ada
Added tests for expression matching
|
преди 4 години |
advanced_expression_matching.out
|
58fcad20ef
quote strings inside arrays and dictionaries
|
преди 3 години |
array.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
array.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
arrays_dictionaries_nested_const.gd
|
b3704e664d
Fixes GDScript define nested dictionary and array as constants #50285
|
преди 3 години |
arrays_dictionaries_nested_const.out
|
b3704e664d
Fixes GDScript define nested dictionary and array as constants #50285
|
преди 3 години |
basic_expression_matching.gd
|
15ccd83ada
Added tests for expression matching
|
преди 4 години |
basic_expression_matching.out
|
15ccd83ada
Added tests for expression matching
|
преди 4 години |
bitwise_operators.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
bitwise_operators.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
class.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
class.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
class_inheritance.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
class_inheritance.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
class_inheritance_access.gd
|
7d48afa96d
Add test cases for accessing parent elements from child class
|
преди 3 години |
class_inheritance_access.out
|
7d48afa96d
Add test cases for accessing parent elements from child class
|
преди 3 години |
class_name.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
class_name.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
concatenation.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
concatenation.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
constants.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
constants.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
dictionary.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
dictionary.out
|
58fcad20ef
quote strings inside arrays and dictionaries
|
преди 3 години |
dictionary_lua_style.gd
|
5d31ce4b16
GDScript: Allow string keys on Lua-style dictionaries
|
преди 4 години |
dictionary_lua_style.out
|
58fcad20ef
quote strings inside arrays and dictionaries
|
преди 3 години |
dictionary_mixed_syntax.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
dictionary_mixed_syntax.out
|
58fcad20ef
quote strings inside arrays and dictionaries
|
преди 3 години |
dollar_node_paths.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
dollar_node_paths.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
enum.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
enum.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
export_variable.gd
|
c6ca09dc6f
Add more integration tests to the GDScript test suite
|
преди 4 години |
export_variable.out
|
c6ca09dc6f
Add more integration tests to the GDScript test suite
|
преди 4 години |
float_notation.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
float_notation.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
for_range.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
for_range.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
function_default_parameter_type_inference.gd
|
c6ca09dc6f
Add more integration tests to the GDScript test suite
|
преди 4 години |
function_default_parameter_type_inference.out
|
c6ca09dc6f
Add more integration tests to the GDScript test suite
|
преди 4 години |
function_many_parameters.gd
|
c6ca09dc6f
Add more integration tests to the GDScript test suite
|
преди 4 години |
function_many_parameters.out
|
c6ca09dc6f
Add more integration tests to the GDScript test suite
|
преди 4 години |
if_after_lambda.gd
|
969f1980d2
GDScript: Fix `if` after lambda being seen as ternary
|
преди 3 години |
if_after_lambda.out
|
969f1980d2
GDScript: Fix `if` after lambda being seen as ternary
|
преди 3 години |
in.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
in.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
lambda_callable.gd
|
c6ca09dc6f
Add more integration tests to the GDScript test suite
|
преди 4 години |
lambda_callable.out
|
c6ca09dc6f
Add more integration tests to the GDScript test suite
|
преди 4 години |
lambda_capture_callable.gd
|
c6ca09dc6f
Add more integration tests to the GDScript test suite
|
преди 4 години |
lambda_capture_callable.out
|
c6ca09dc6f
Add more integration tests to the GDScript test suite
|
преди 4 години |
lambda_default_parameter_capture.gd
|
1b76a9d705
GDScript: Fix lambda captures in default argument values
|
преди 3 години |
lambda_default_parameter_capture.out
|
1b76a9d705
GDScript: Fix lambda captures in default argument values
|
преди 3 години |
lambda_named_callable.gd
|
c6ca09dc6f
Add more integration tests to the GDScript test suite
|
преди 4 години |
lambda_named_callable.out
|
c6ca09dc6f
Add more integration tests to the GDScript test suite
|
преди 4 години |
match.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
match.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
match_multiple_variable_binds_in_pattern.gd
|
3c5b9d1be3
Fix issues with multiple bind patterns in match statement
|
преди 3 години |
match_multiple_variable_binds_in_pattern.out
|
3c5b9d1be3
Fix issues with multiple bind patterns in match statement
|
преди 3 години |
multiline_arrays.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
multiline_arrays.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
multiline_dictionaries.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
multiline_dictionaries.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
multiline_if.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
multiline_if.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
multiline_strings.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
multiline_strings.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
multiline_vector.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
multiline_vector.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
nested_arithmetic.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
nested_arithmetic.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
nested_array.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
nested_array.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
nested_dictionary.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
nested_dictionary.out
|
58fcad20ef
quote strings inside arrays and dictionaries
|
преди 3 години |
nested_function_calls.gd
|
c6ca09dc6f
Add more integration tests to the GDScript test suite
|
преди 4 години |
nested_function_calls.out
|
c6ca09dc6f
Add more integration tests to the GDScript test suite
|
преди 4 години |
nested_if.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
nested_if.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
nested_match.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
nested_match.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
nested_parentheses.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
nested_parentheses.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
number_separators.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
number_separators.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
operator_assign.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
operator_assign.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
property_setter_getter.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
property_setter_getter.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
semicolon_as_end_statement.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
semicolon_as_end_statement.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
semicolon_as_terminator.gd
|
e5ebc9710d
GDScript: Allow classes declaration to be done in single line
|
преди 4 години |
semicolon_as_terminator.out
|
e5ebc9710d
GDScript: Allow classes declaration to be done in single line
|
преди 4 години |
signal_declaration.gd
|
a124f1effe
Fix various typos
|
преди 3 години |
signal_declaration.out
|
bab0afc821
GDScript: Allow multiple lines in signal parameters declaration
|
преди 4 години |
single_line_declaration.gd
|
e5ebc9710d
GDScript: Allow classes declaration to be done in single line
|
преди 4 години |
single_line_declaration.out
|
e5ebc9710d
GDScript: Allow classes declaration to be done in single line
|
преди 4 години |
space_indentation.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
space_indentation.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
static_typing.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
static_typing.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
str_preserves_case.gd
|
f126634434
GDScript test style fix
|
преди 4 години |
str_preserves_case.out
|
4fae7ae9dc
Correct null and boolean values being capitalised by the str command
|
преди 4 години |
string_formatting.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
string_formatting.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
super.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
super.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
trailing_comma_in_function_args.gd
|
1e26bf23c2
Rename GDScript test script filenames to use `snake_case`
|
преди 4 години |
trailing_comma_in_function_args.out
|
1e26bf23c2
Rename GDScript test script filenames to use `snake_case`
|
преди 4 години |
truthiness.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
truthiness.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
typed_arrays.gd
|
c6ca09dc6f
Add more integration tests to the GDScript test suite
|
преди 4 години |
typed_arrays.out
|
c6ca09dc6f
Add more integration tests to the GDScript test suite
|
преди 4 години |
variable_declaration.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
variable_declaration.out
|
1d1aa7a02f
GDScript: Removed spurious UNASSIGNED_VARIABLE warning for locals
|
преди 4 години |
while.gd
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |
while.out
|
c0083c0f90
Add dozens of new integration tests to the GDScript test suite
|
преди 4 години |