Skip to content

Commit

Permalink
Rename all test files to match snake_case
Browse files Browse the repository at this point in the history
  • Loading branch information
Scony committed Oct 22, 2023
1 parent 8b8c753 commit 7680aa6
Show file tree
Hide file tree
Showing 241 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const Xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx = preload(
'class-stmt-chain.in.gd'
'class_stmt_chain.in.gd'
)
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const Xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx = preload(
"class-stmt-chain.in.gd"
"class_stmt_chain.in.gd"
)
16 changes: 8 additions & 8 deletions tests/formatter/test_scripts_validity.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
EXCEPTIONS = set(
[
# cases where Godot does more than just parsing
"simple-inline-lambdas.in.gd",
"simple-inline-lambdas.out.gd",
"inline-lambdas-w-comments.in.gd",
"inline-lambdas-w-comments.out.gd",
"long-inline-lambdas.in.gd",
"long-inline-lambdas.out.gd",
"type-cast-corner-case-expressions.in.gd",
"type-cast-corner-case-expressions.out.gd",
"simple_inline_lambdas.in.gd",
"simple_inline_lambdas.out.gd",
"inline_lambdas_w_comments.in.gd",
"inline_lambdas_w_comments.out.gd",
"long_inline_lambdas.in.gd",
"long_inline_lambdas.out.gd",
"type_cast_corner_case_expressions.in.gd",
"type_cast_corner_case_expressions.out.gd",
]
)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7680aa6

Please sign in to comment.