Skip to content

Commit 247e127

Browse files
committed
Add test of lifetime followed immediately by single quote
1 parent d7e204f commit 247e127

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ fn fail() {
198198
fail("b\"\r\""); // bare carriage return in byte string
199199
fail("r\"\r\""); // bare carriage return in raw string
200200
fail("\"\\\r \""); // backslash carriage return
201+
fail("'aa'aa");
201202
}
202203

203204
#[cfg(span_locations)]

0 commit comments

Comments
 (0)