You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
GDScript: Add raw string literals (r-strings)
This commit is contained in:
22
modules/gdscript/tests/scripts/parser/features/r_strings.out
Normal file
22
modules/gdscript/tests/scripts/parser/features/r_strings.out
Normal file
@@ -0,0 +1,22 @@
|
||||
GDTEST_OK
|
||||
test ' \' \" \\ \n \t \u2023 test
|
||||
\n\\[\t ]*(\w+)
|
||||
|
||||
\"
|
||||
\\\"
|
||||
\\
|
||||
\" \\\" \\\\\"
|
||||
\ \\ \\\ \\\\ \\\\\ \\
|
||||
"
|
||||
"(?:\\.|[^"])*"
|
||||
|
||||
test \t "test"="" " \" \\\" \ \\ \\\ test
|
||||
r"""test \t "test"="" " \" \\\" \ \\ \\\ test"""
|
||||
\t
|
||||
\t
|
||||
\t \
|
||||
\t
|
||||
\t
|
||||
\t
|
||||
\t \
|
||||
\t
|
||||
Reference in New Issue
Block a user