Skip to content

Commit fed331e

Browse files
committed
C++: Add RawStringLiteral test
1 parent d9ad582 commit fed331e

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
| regexp.cpp:116:20:116:28 | a\\nc |
2+
| regexp.cpp:117:36:117:45 | a\\nc |
3+
| regexp.cpp:118:37:118:47 | a\\nc |
4+
| regexp.cpp:119:37:119:46 | a\\nc |
5+
| regexp.cpp:120:37:120:46 | a\\nc |
6+
| regexp.cpp:121:21:121:31 | a\\nc |
7+
| regexp.cpp:122:23:122:37 | a\\nc |
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import cpp
2+
3+
from RawStringLiteral rsl
4+
select rsl

0 commit comments

Comments
 (0)