godot/tests
Rafael Chuva 8c36282feb Fix region section not ignoring #region and #endregion when in a string
When using the script editor, if the keywords #region and #endregion where
in a string and ate the start of the line, the editor would not ignore them
and count them as the actual keywords, which when folded, would only fold
until the first #endregion in a string, for example.

By checking if these keywords were in a string, this commit now ensures the
editor ignores strings and fold the section correctly.

Fixes #89115.
2024-03-11 00:04:39 +00:00
..
core Merge pull request #85390 from TheSofox/merge-all-commit-fix 2024-03-06 09:50:13 +01:00
data
python_build
scene Fix region section not ignoring #region and #endregion when in a string 2024-03-11 00:04:39 +00:00
servers Extend NavigationMeshSourceGeometryData[23]D to allow data merging 2024-03-07 19:57:43 +01:00
create_test.py Enforce \n eol for Python writes 2024-03-09 14:29:24 -06:00
display_server_mock.h
SCsub
test_macros.cpp
test_macros.h
test_main.cpp
test_main.h
test_tools.h
test_utils.cpp
test_utils.h
test_validate_testing.h