diff options
| author | akshaykumars614 <88362922+akshaykumars614@users.noreply.github.com> | 2024-02-15 20:07:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-15 20:07:54 -0500 |
| commit | cc23574184335df187275ca0e716bf79b93b75f1 (patch) | |
| tree | 69a7444e2884ef0f7b250ae8a62b4e8fba465f72 /lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py | |
| parent | ac452204aade6abfa44324c3f1db4890a63eb941 (diff) | |
bad error message on incorrect string literal #18079 (#81670)
(bad error message on incorrect string literal)
Fixed the error message for incorrect string literal
before:
```
test.cpp:1:19: error: invalid character '
' character in raw string delimiter; use PREFIX( )PREFIX to delimit raw string
char const* a = R"
^
```
now:
```
test.cpp:1:19: error: invalid newline character in raw string delimiter; use PREFIX( )PREFIX to delimit raw string
1 | char const* a = R"
| ^
```
---------
Co-authored-by: Jon Roelofs <jroelofs@gmail.com>
Diffstat (limited to 'lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py')
0 files changed, 0 insertions, 0 deletions
