Skip to content

Commit a20a29a

Browse files
committed
v0: add test showing a const char double-quote not being escaped.
1 parent e31ad72 commit a20a29a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/v0.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,6 +1134,7 @@ mod tests {
11341134
t_const!("b0_", "false");
11351135
t_const!("b1_", "true");
11361136
t_const!("c76_", "'v'");
1137+
t_const!("c22_", r#"'"'"#);
11371138
t_const!("ca_", "'\\n'");
11381139
t_const!("c2202_", "'∂'");
11391140
}

0 commit comments

Comments
 (0)